Name | Type | Description | Notes |
---|---|---|---|
From | Pointer to []int32 | [optional] | |
Namespace | Pointer to string | [optional] | |
To | Pointer to []int32 | [optional] | |
Type | Pointer to ResponsesNamespaceKind | [optional] |
func NewResponsesODSItem() *ResponsesODSItem
NewResponsesODSItem instantiates a new ResponsesODSItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResponsesODSItemWithDefaults() *ResponsesODSItem
NewResponsesODSItemWithDefaults instantiates a new ResponsesODSItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ResponsesODSItem) GetFrom() []int32
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *ResponsesODSItem) GetFromOk() (*[]int32, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesODSItem) SetFrom(v []int32)
SetFrom sets From field to given value.
func (o *ResponsesODSItem) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *ResponsesODSItem) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ResponsesODSItem) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesODSItem) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ResponsesODSItem) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ResponsesODSItem) GetTo() []int32
GetTo returns the To field if non-nil, zero value otherwise.
func (o *ResponsesODSItem) GetToOk() (*[]int32, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesODSItem) SetTo(v []int32)
SetTo sets To field to given value.
func (o *ResponsesODSItem) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *ResponsesODSItem) GetType() ResponsesNamespaceKind
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesODSItem) GetTypeOk() (*ResponsesNamespaceKind, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesODSItem) SetType(v ResponsesNamespaceKind)
SetType sets Type field to given value.
func (o *ResponsesODSItem) HasType() bool
HasType returns a boolean if a field has been set.