Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to string | [optional] | |
Updated | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Key | Pointer to string | [optional] | |
ContentPrefix | Pointer to string | [optional] | |
DefaultServiceLevel | Pointer to string | [optional] | |
LogLevel | Pointer to string | [optional] | |
ContentAccessMode | Pointer to string | [optional] | |
ContentAccessModeList | Pointer to string | [optional] | |
AutobindHypervisorDisabled | Pointer to bool | [optional] | |
AutobindDisabled | Pointer to bool | [optional] | |
LastRefreshed | Pointer to string | [optional] | |
ParentOwner | Pointer to NestedOwnerDTO | [optional] | |
UpstreamConsumer | Pointer to UpstreamConsumerDTO | [optional] | |
Anonymous | Pointer to bool | [optional] | |
Claimed | Pointer to bool | [optional] | |
ClaimantOwner | Pointer to string | [optional] |
func NewOwnerDTO() *OwnerDTO
NewOwnerDTO instantiates a new OwnerDTO 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 NewOwnerDTOWithDefaults() *OwnerDTO
NewOwnerDTOWithDefaults instantiates a new OwnerDTO 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 *OwnerDTO) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *OwnerDTO) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *OwnerDTO) GetUpdated() string
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetUpdatedOk() (*string, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetUpdated(v string)
SetUpdated sets Updated field to given value.
func (o *OwnerDTO) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *OwnerDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetId(v string)
SetId sets Id field to given value.
func (o *OwnerDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OwnerDTO) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *OwnerDTO) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *OwnerDTO) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetKey(v string)
SetKey sets Key field to given value.
func (o *OwnerDTO) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *OwnerDTO) GetContentPrefix() string
GetContentPrefix returns the ContentPrefix field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetContentPrefixOk() (*string, bool)
GetContentPrefixOk returns a tuple with the ContentPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetContentPrefix(v string)
SetContentPrefix sets ContentPrefix field to given value.
func (o *OwnerDTO) HasContentPrefix() bool
HasContentPrefix returns a boolean if a field has been set.
func (o *OwnerDTO) GetDefaultServiceLevel() string
GetDefaultServiceLevel returns the DefaultServiceLevel field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetDefaultServiceLevelOk() (*string, bool)
GetDefaultServiceLevelOk returns a tuple with the DefaultServiceLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetDefaultServiceLevel(v string)
SetDefaultServiceLevel sets DefaultServiceLevel field to given value.
func (o *OwnerDTO) HasDefaultServiceLevel() bool
HasDefaultServiceLevel returns a boolean if a field has been set.
func (o *OwnerDTO) GetLogLevel() string
GetLogLevel returns the LogLevel field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetLogLevelOk() (*string, bool)
GetLogLevelOk returns a tuple with the LogLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetLogLevel(v string)
SetLogLevel sets LogLevel field to given value.
func (o *OwnerDTO) HasLogLevel() bool
HasLogLevel returns a boolean if a field has been set.
func (o *OwnerDTO) GetContentAccessMode() string
GetContentAccessMode returns the ContentAccessMode field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetContentAccessModeOk() (*string, bool)
GetContentAccessModeOk returns a tuple with the ContentAccessMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetContentAccessMode(v string)
SetContentAccessMode sets ContentAccessMode field to given value.
func (o *OwnerDTO) HasContentAccessMode() bool
HasContentAccessMode returns a boolean if a field has been set.
func (o *OwnerDTO) GetContentAccessModeList() string
GetContentAccessModeList returns the ContentAccessModeList field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetContentAccessModeListOk() (*string, bool)
GetContentAccessModeListOk returns a tuple with the ContentAccessModeList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetContentAccessModeList(v string)
SetContentAccessModeList sets ContentAccessModeList field to given value.
func (o *OwnerDTO) HasContentAccessModeList() bool
HasContentAccessModeList returns a boolean if a field has been set.
func (o *OwnerDTO) GetAutobindHypervisorDisabled() bool
GetAutobindHypervisorDisabled returns the AutobindHypervisorDisabled field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetAutobindHypervisorDisabledOk() (*bool, bool)
GetAutobindHypervisorDisabledOk returns a tuple with the AutobindHypervisorDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetAutobindHypervisorDisabled(v bool)
SetAutobindHypervisorDisabled sets AutobindHypervisorDisabled field to given value.
func (o *OwnerDTO) HasAutobindHypervisorDisabled() bool
HasAutobindHypervisorDisabled returns a boolean if a field has been set.
func (o *OwnerDTO) GetAutobindDisabled() bool
GetAutobindDisabled returns the AutobindDisabled field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetAutobindDisabledOk() (*bool, bool)
GetAutobindDisabledOk returns a tuple with the AutobindDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetAutobindDisabled(v bool)
SetAutobindDisabled sets AutobindDisabled field to given value.
func (o *OwnerDTO) HasAutobindDisabled() bool
HasAutobindDisabled returns a boolean if a field has been set.
func (o *OwnerDTO) GetLastRefreshed() string
GetLastRefreshed returns the LastRefreshed field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetLastRefreshedOk() (*string, bool)
GetLastRefreshedOk returns a tuple with the LastRefreshed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetLastRefreshed(v string)
SetLastRefreshed sets LastRefreshed field to given value.
func (o *OwnerDTO) HasLastRefreshed() bool
HasLastRefreshed returns a boolean if a field has been set.
func (o *OwnerDTO) GetParentOwner() NestedOwnerDTO
GetParentOwner returns the ParentOwner field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetParentOwnerOk() (*NestedOwnerDTO, bool)
GetParentOwnerOk returns a tuple with the ParentOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetParentOwner(v NestedOwnerDTO)
SetParentOwner sets ParentOwner field to given value.
func (o *OwnerDTO) HasParentOwner() bool
HasParentOwner returns a boolean if a field has been set.
func (o *OwnerDTO) GetUpstreamConsumer() UpstreamConsumerDTO
GetUpstreamConsumer returns the UpstreamConsumer field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetUpstreamConsumerOk() (*UpstreamConsumerDTO, bool)
GetUpstreamConsumerOk returns a tuple with the UpstreamConsumer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetUpstreamConsumer(v UpstreamConsumerDTO)
SetUpstreamConsumer sets UpstreamConsumer field to given value.
func (o *OwnerDTO) HasUpstreamConsumer() bool
HasUpstreamConsumer returns a boolean if a field has been set.
func (o *OwnerDTO) GetAnonymous() bool
GetAnonymous returns the Anonymous field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetAnonymousOk() (*bool, bool)
GetAnonymousOk returns a tuple with the Anonymous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetAnonymous(v bool)
SetAnonymous sets Anonymous field to given value.
func (o *OwnerDTO) HasAnonymous() bool
HasAnonymous returns a boolean if a field has been set.
func (o *OwnerDTO) GetClaimed() bool
GetClaimed returns the Claimed field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetClaimedOk() (*bool, bool)
GetClaimedOk returns a tuple with the Claimed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetClaimed(v bool)
SetClaimed sets Claimed field to given value.
func (o *OwnerDTO) HasClaimed() bool
HasClaimed returns a boolean if a field has been set.
func (o *OwnerDTO) GetClaimantOwner() string
GetClaimantOwner returns the ClaimantOwner field if non-nil, zero value otherwise.
func (o *OwnerDTO) GetClaimantOwnerOk() (*string, bool)
GetClaimantOwnerOk returns a tuple with the ClaimantOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OwnerDTO) SetClaimantOwner(v string)
SetClaimantOwner sets ClaimantOwner field to given value.
func (o *OwnerDTO) HasClaimantOwner() bool
HasClaimantOwner returns a boolean if a field has been set.