Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to string | [optional] | |
Updated | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Username | Pointer to string | [optional] | |
EntitlementStatus | Pointer to string | [optional] | |
ServiceLevel | Pointer to string | [optional] | |
Role | Pointer to string | [optional] | |
Usage | Pointer to string | [optional] | |
AddOns | Pointer to []string | [optional] | |
SystemPurposeStatus | Pointer to string | [optional] | |
ReleaseVer | Pointer to ReleaseVerDTO | [optional] | |
Owner | Pointer to NestedOwnerDTO | [optional] | |
EntitlementCount | Pointer to int64 | [optional] | |
LastCheckin | Pointer to string | [optional] | |
InstalledProducts | Pointer to []ConsumerInstalledProductDTO | [optional] | |
CanActivate | Pointer to bool | [optional] | |
Capabilities | Pointer to []CapabilityDTO | [optional] | |
HypervisorId | Pointer to HypervisorIdDTO | [optional] | |
ContentTags | Pointer to []string | [optional] | |
Autoheal | Pointer to bool | [optional] | |
Annotations | Pointer to string | [optional] | |
ContentAccessMode | Pointer to string | [optional] | |
Type | Pointer to ConsumerTypeDTO | [optional] | |
GuestIds | Pointer to []GuestIdDTOArrayElement | [optional] | |
Href | Pointer to string | [optional] | |
ServiceType | Pointer to string | [optional] |
func NewConsumerDTOArrayElement() *ConsumerDTOArrayElement
NewConsumerDTOArrayElement instantiates a new ConsumerDTOArrayElement 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 NewConsumerDTOArrayElementWithDefaults() *ConsumerDTOArrayElement
NewConsumerDTOArrayElementWithDefaults instantiates a new ConsumerDTOArrayElement 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 *ConsumerDTOArrayElement) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) 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 *ConsumerDTOArrayElement) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *ConsumerDTOArrayElement) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetUpdated() string
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) 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 *ConsumerDTOArrayElement) SetUpdated(v string)
SetUpdated sets Updated field to given value.
func (o *ConsumerDTOArrayElement) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) 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 *ConsumerDTOArrayElement) SetId(v string)
SetId sets Id field to given value.
func (o *ConsumerDTOArrayElement) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *ConsumerDTOArrayElement) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetName(v string)
SetName sets Name field to given value.
func (o *ConsumerDTOArrayElement) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ConsumerDTOArrayElement) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetEntitlementStatus() string
GetEntitlementStatus returns the EntitlementStatus field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetEntitlementStatusOk() (*string, bool)
GetEntitlementStatusOk returns a tuple with the EntitlementStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetEntitlementStatus(v string)
SetEntitlementStatus sets EntitlementStatus field to given value.
func (o *ConsumerDTOArrayElement) HasEntitlementStatus() bool
HasEntitlementStatus returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetServiceLevel() string
GetServiceLevel returns the ServiceLevel field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetServiceLevelOk() (*string, bool)
GetServiceLevelOk returns a tuple with the ServiceLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetServiceLevel(v string)
SetServiceLevel sets ServiceLevel field to given value.
func (o *ConsumerDTOArrayElement) HasServiceLevel() bool
HasServiceLevel returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetRole(v string)
SetRole sets Role field to given value.
func (o *ConsumerDTOArrayElement) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetUsage() string
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetUsageOk() (*string, bool)
GetUsageOk returns a tuple with the Usage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetUsage(v string)
SetUsage sets Usage field to given value.
func (o *ConsumerDTOArrayElement) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetAddOns() []string
GetAddOns returns the AddOns field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetAddOnsOk() (*[]string, bool)
GetAddOnsOk returns a tuple with the AddOns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetAddOns(v []string)
SetAddOns sets AddOns field to given value.
func (o *ConsumerDTOArrayElement) HasAddOns() bool
HasAddOns returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetSystemPurposeStatus() string
GetSystemPurposeStatus returns the SystemPurposeStatus field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetSystemPurposeStatusOk() (*string, bool)
GetSystemPurposeStatusOk returns a tuple with the SystemPurposeStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetSystemPurposeStatus(v string)
SetSystemPurposeStatus sets SystemPurposeStatus field to given value.
func (o *ConsumerDTOArrayElement) HasSystemPurposeStatus() bool
HasSystemPurposeStatus returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetReleaseVer() ReleaseVerDTO
GetReleaseVer returns the ReleaseVer field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetReleaseVerOk() (*ReleaseVerDTO, bool)
GetReleaseVerOk returns a tuple with the ReleaseVer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetReleaseVer(v ReleaseVerDTO)
SetReleaseVer sets ReleaseVer field to given value.
func (o *ConsumerDTOArrayElement) HasReleaseVer() bool
HasReleaseVer returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetOwner() NestedOwnerDTO
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetOwnerOk() (*NestedOwnerDTO, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetOwner(v NestedOwnerDTO)
SetOwner sets Owner field to given value.
func (o *ConsumerDTOArrayElement) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetEntitlementCount() int64
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetEntitlementCountOk() (*int64, bool)
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetEntitlementCount(v int64)
SetEntitlementCount sets EntitlementCount field to given value.
func (o *ConsumerDTOArrayElement) HasEntitlementCount() bool
HasEntitlementCount returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetLastCheckin() string
GetLastCheckin returns the LastCheckin field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetLastCheckinOk() (*string, bool)
GetLastCheckinOk returns a tuple with the LastCheckin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetLastCheckin(v string)
SetLastCheckin sets LastCheckin field to given value.
func (o *ConsumerDTOArrayElement) HasLastCheckin() bool
HasLastCheckin returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetInstalledProducts() []ConsumerInstalledProductDTO
GetInstalledProducts returns the InstalledProducts field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetInstalledProductsOk() (*[]ConsumerInstalledProductDTO, bool)
GetInstalledProductsOk returns a tuple with the InstalledProducts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetInstalledProducts(v []ConsumerInstalledProductDTO)
SetInstalledProducts sets InstalledProducts field to given value.
func (o *ConsumerDTOArrayElement) HasInstalledProducts() bool
HasInstalledProducts returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetCanActivate() bool
GetCanActivate returns the CanActivate field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetCanActivateOk() (*bool, bool)
GetCanActivateOk returns a tuple with the CanActivate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetCanActivate(v bool)
SetCanActivate sets CanActivate field to given value.
func (o *ConsumerDTOArrayElement) HasCanActivate() bool
HasCanActivate returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetCapabilities() []CapabilityDTO
GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetCapabilitiesOk() (*[]CapabilityDTO, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetCapabilities(v []CapabilityDTO)
SetCapabilities sets Capabilities field to given value.
func (o *ConsumerDTOArrayElement) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetHypervisorId() HypervisorIdDTO
GetHypervisorId returns the HypervisorId field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetHypervisorIdOk() (*HypervisorIdDTO, bool)
GetHypervisorIdOk returns a tuple with the HypervisorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetHypervisorId(v HypervisorIdDTO)
SetHypervisorId sets HypervisorId field to given value.
func (o *ConsumerDTOArrayElement) HasHypervisorId() bool
HasHypervisorId returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetContentTags() []string
GetContentTags returns the ContentTags field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetContentTagsOk() (*[]string, bool)
GetContentTagsOk returns a tuple with the ContentTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetContentTags(v []string)
SetContentTags sets ContentTags field to given value.
func (o *ConsumerDTOArrayElement) HasContentTags() bool
HasContentTags returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetAutoheal() bool
GetAutoheal returns the Autoheal field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetAutohealOk() (*bool, bool)
GetAutohealOk returns a tuple with the Autoheal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetAutoheal(v bool)
SetAutoheal sets Autoheal field to given value.
func (o *ConsumerDTOArrayElement) HasAutoheal() bool
HasAutoheal returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetAnnotations() string
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetAnnotationsOk() (*string, bool)
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetAnnotations(v string)
SetAnnotations sets Annotations field to given value.
func (o *ConsumerDTOArrayElement) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetContentAccessMode() string
GetContentAccessMode returns the ContentAccessMode field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) 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 *ConsumerDTOArrayElement) SetContentAccessMode(v string)
SetContentAccessMode sets ContentAccessMode field to given value.
func (o *ConsumerDTOArrayElement) HasContentAccessMode() bool
HasContentAccessMode returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetType() ConsumerTypeDTO
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetTypeOk() (*ConsumerTypeDTO, 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 *ConsumerDTOArrayElement) SetType(v ConsumerTypeDTO)
SetType sets Type field to given value.
func (o *ConsumerDTOArrayElement) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetGuestIds() []GuestIdDTOArrayElement
GetGuestIds returns the GuestIds field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetGuestIdsOk() (*[]GuestIdDTOArrayElement, bool)
GetGuestIdsOk returns a tuple with the GuestIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetGuestIds(v []GuestIdDTOArrayElement)
SetGuestIds sets GuestIds field to given value.
func (o *ConsumerDTOArrayElement) HasGuestIds() bool
HasGuestIds returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetHref(v string)
SetHref sets Href field to given value.
func (o *ConsumerDTOArrayElement) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *ConsumerDTOArrayElement) GetServiceType() string
GetServiceType returns the ServiceType field if non-nil, zero value otherwise.
func (o *ConsumerDTOArrayElement) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerDTOArrayElement) SetServiceType(v string)
SetServiceType sets ServiceType field to given value.
func (o *ConsumerDTOArrayElement) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.