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] |
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
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
func (o *AllocationSummary) GetContentAccessMode() string
GetContentAccessMode returns the ContentAccessMode field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetContentAccessMode(v string)
SetContentAccessMode sets ContentAccessMode field to given value.
func (o *AllocationSummary) HasContentAccessMode() bool
HasContentAccessMode returns a boolean if a field has been set.
func (o *AllocationSummary) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *AllocationSummary) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *AllocationSummary) GetCreatedDate() string
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetCreatedDate(v string)
SetCreatedDate sets CreatedDate field to given value.
func (o *AllocationSummary) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *AllocationSummary) GetEntitlementsAttachedQuantity() int32
GetEntitlementsAttachedQuantity returns the EntitlementsAttachedQuantity field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetEntitlementsAttachedQuantity(v int32)
SetEntitlementsAttachedQuantity sets EntitlementsAttachedQuantity field to given value.
func (o *AllocationSummary) HasEntitlementsAttachedQuantity() bool
HasEntitlementsAttachedQuantity returns a boolean if a field has been set.
func (o *AllocationSummary) GetLastModified() string
GetLastModified returns the LastModified field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetLastModified(v string)
SetLastModified sets LastModified field to given value.
func (o *AllocationSummary) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (o *AllocationSummary) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetName(v string)
SetName sets Name field to given value.
func (o *AllocationSummary) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AllocationSummary) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetType(v string)
SetType sets Type field to given value.
func (o *AllocationSummary) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AllocationSummary) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *AllocationSummary) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *AllocationSummary) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *AllocationSummary) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *AllocationSummary) HasVersion() bool
HasVersion returns a boolean if a field has been set.