Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.28 KB

AllocationSummary.md

File metadata and controls

264 lines (143 loc) · 7.28 KB

AllocationSummary

Properties

Name Type Description Notes
ContentAccessMode Pointer to string [optional]
CreatedBy Pointer to string [optional]
CreatedDate Pointer to string Date represents the date format used for API returns [optional]
EntitlementsAttachedQuantity Pointer to int32 [optional]
LastModified Pointer to string Date represents the date format used for API returns [optional]
Name Pointer to string [optional]
Type Pointer to string [optional]
Uuid Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewAllocationSummary

func NewAllocationSummary() *AllocationSummary

NewAllocationSummary instantiates a new AllocationSummary 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

NewAllocationSummaryWithDefaults

func NewAllocationSummaryWithDefaults() *AllocationSummary

NewAllocationSummaryWithDefaults instantiates a new AllocationSummary 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

GetContentAccessMode

func (o *AllocationSummary) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field if non-nil, zero value otherwise.

GetContentAccessModeOk

func (o *AllocationSummary) 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.

SetContentAccessMode

func (o *AllocationSummary) SetContentAccessMode(v string)

SetContentAccessMode sets ContentAccessMode field to given value.

HasContentAccessMode

func (o *AllocationSummary) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

GetCreatedBy

func (o *AllocationSummary) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *AllocationSummary) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedBy

func (o *AllocationSummary) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *AllocationSummary) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetCreatedDate

func (o *AllocationSummary) GetCreatedDate() string

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

GetCreatedDateOk

func (o *AllocationSummary) GetCreatedDateOk() (*string, bool)

GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedDate

func (o *AllocationSummary) SetCreatedDate(v string)

SetCreatedDate sets CreatedDate field to given value.

HasCreatedDate

func (o *AllocationSummary) HasCreatedDate() bool

HasCreatedDate returns a boolean if a field has been set.

GetEntitlementsAttachedQuantity

func (o *AllocationSummary) GetEntitlementsAttachedQuantity() int32

GetEntitlementsAttachedQuantity returns the EntitlementsAttachedQuantity field if non-nil, zero value otherwise.

GetEntitlementsAttachedQuantityOk

func (o *AllocationSummary) GetEntitlementsAttachedQuantityOk() (*int32, bool)

GetEntitlementsAttachedQuantityOk returns a tuple with the EntitlementsAttachedQuantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEntitlementsAttachedQuantity

func (o *AllocationSummary) SetEntitlementsAttachedQuantity(v int32)

SetEntitlementsAttachedQuantity sets EntitlementsAttachedQuantity field to given value.

HasEntitlementsAttachedQuantity

func (o *AllocationSummary) HasEntitlementsAttachedQuantity() bool

HasEntitlementsAttachedQuantity returns a boolean if a field has been set.

GetLastModified

func (o *AllocationSummary) GetLastModified() string

GetLastModified returns the LastModified field if non-nil, zero value otherwise.

GetLastModifiedOk

func (o *AllocationSummary) GetLastModifiedOk() (*string, bool)

GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastModified

func (o *AllocationSummary) SetLastModified(v string)

SetLastModified sets LastModified field to given value.

HasLastModified

func (o *AllocationSummary) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

GetName

func (o *AllocationSummary) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AllocationSummary) 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.

SetName

func (o *AllocationSummary) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AllocationSummary) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *AllocationSummary) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AllocationSummary) GetTypeOk() (*string, 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.

SetType

func (o *AllocationSummary) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *AllocationSummary) HasType() bool

HasType returns a boolean if a field has been set.

GetUuid

func (o *AllocationSummary) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *AllocationSummary) 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.

SetUuid

func (o *AllocationSummary) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *AllocationSummary) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetVersion

func (o *AllocationSummary) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *AllocationSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *AllocationSummary) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *AllocationSummary) HasVersion() bool

HasVersion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]