Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.69 KB

VolumePurchasingContent.md

File metadata and controls

264 lines (143 loc) · 7.69 KB

VolumePurchasingContent

Properties

Name Type Description Notes
Name Pointer to string [optional] [readonly]
LicenseCountTotal Pointer to int64 [optional] [readonly]
LicenseCountInUse Pointer to int64 [optional] [readonly]
LicenseCountReported Pointer to int64 [optional] [readonly]
IconUrl Pointer to string [optional] [readonly]
DeviceTypes Pointer to []string [optional] [readonly]
ContentType Pointer to string [optional] [readonly]
PricingParam Pointer to string [optional] [readonly]
AdamId Pointer to string [optional] [readonly]

Methods

NewVolumePurchasingContent

func NewVolumePurchasingContent() *VolumePurchasingContent

NewVolumePurchasingContent instantiates a new VolumePurchasingContent 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

NewVolumePurchasingContentWithDefaults

func NewVolumePurchasingContentWithDefaults() *VolumePurchasingContent

NewVolumePurchasingContentWithDefaults instantiates a new VolumePurchasingContent 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

GetName

func (o *VolumePurchasingContent) GetName() string

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

GetNameOk

func (o *VolumePurchasingContent) 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 *VolumePurchasingContent) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *VolumePurchasingContent) HasName() bool

HasName returns a boolean if a field has been set.

GetLicenseCountTotal

func (o *VolumePurchasingContent) GetLicenseCountTotal() int64

GetLicenseCountTotal returns the LicenseCountTotal field if non-nil, zero value otherwise.

GetLicenseCountTotalOk

func (o *VolumePurchasingContent) GetLicenseCountTotalOk() (*int64, bool)

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

SetLicenseCountTotal

func (o *VolumePurchasingContent) SetLicenseCountTotal(v int64)

SetLicenseCountTotal sets LicenseCountTotal field to given value.

HasLicenseCountTotal

func (o *VolumePurchasingContent) HasLicenseCountTotal() bool

HasLicenseCountTotal returns a boolean if a field has been set.

GetLicenseCountInUse

func (o *VolumePurchasingContent) GetLicenseCountInUse() int64

GetLicenseCountInUse returns the LicenseCountInUse field if non-nil, zero value otherwise.

GetLicenseCountInUseOk

func (o *VolumePurchasingContent) GetLicenseCountInUseOk() (*int64, bool)

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

SetLicenseCountInUse

func (o *VolumePurchasingContent) SetLicenseCountInUse(v int64)

SetLicenseCountInUse sets LicenseCountInUse field to given value.

HasLicenseCountInUse

func (o *VolumePurchasingContent) HasLicenseCountInUse() bool

HasLicenseCountInUse returns a boolean if a field has been set.

GetLicenseCountReported

func (o *VolumePurchasingContent) GetLicenseCountReported() int64

GetLicenseCountReported returns the LicenseCountReported field if non-nil, zero value otherwise.

GetLicenseCountReportedOk

func (o *VolumePurchasingContent) GetLicenseCountReportedOk() (*int64, bool)

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

SetLicenseCountReported

func (o *VolumePurchasingContent) SetLicenseCountReported(v int64)

SetLicenseCountReported sets LicenseCountReported field to given value.

HasLicenseCountReported

func (o *VolumePurchasingContent) HasLicenseCountReported() bool

HasLicenseCountReported returns a boolean if a field has been set.

GetIconUrl

func (o *VolumePurchasingContent) GetIconUrl() string

GetIconUrl returns the IconUrl field if non-nil, zero value otherwise.

GetIconUrlOk

func (o *VolumePurchasingContent) GetIconUrlOk() (*string, bool)

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

SetIconUrl

func (o *VolumePurchasingContent) SetIconUrl(v string)

SetIconUrl sets IconUrl field to given value.

HasIconUrl

func (o *VolumePurchasingContent) HasIconUrl() bool

HasIconUrl returns a boolean if a field has been set.

GetDeviceTypes

func (o *VolumePurchasingContent) GetDeviceTypes() []string

GetDeviceTypes returns the DeviceTypes field if non-nil, zero value otherwise.

GetDeviceTypesOk

func (o *VolumePurchasingContent) GetDeviceTypesOk() (*[]string, bool)

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

SetDeviceTypes

func (o *VolumePurchasingContent) SetDeviceTypes(v []string)

SetDeviceTypes sets DeviceTypes field to given value.

HasDeviceTypes

func (o *VolumePurchasingContent) HasDeviceTypes() bool

HasDeviceTypes returns a boolean if a field has been set.

GetContentType

func (o *VolumePurchasingContent) GetContentType() string

GetContentType returns the ContentType field if non-nil, zero value otherwise.

GetContentTypeOk

func (o *VolumePurchasingContent) GetContentTypeOk() (*string, bool)

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

SetContentType

func (o *VolumePurchasingContent) SetContentType(v string)

SetContentType sets ContentType field to given value.

HasContentType

func (o *VolumePurchasingContent) HasContentType() bool

HasContentType returns a boolean if a field has been set.

GetPricingParam

func (o *VolumePurchasingContent) GetPricingParam() string

GetPricingParam returns the PricingParam field if non-nil, zero value otherwise.

GetPricingParamOk

func (o *VolumePurchasingContent) GetPricingParamOk() (*string, bool)

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

SetPricingParam

func (o *VolumePurchasingContent) SetPricingParam(v string)

SetPricingParam sets PricingParam field to given value.

HasPricingParam

func (o *VolumePurchasingContent) HasPricingParam() bool

HasPricingParam returns a boolean if a field has been set.

GetAdamId

func (o *VolumePurchasingContent) GetAdamId() string

GetAdamId returns the AdamId field if non-nil, zero value otherwise.

GetAdamIdOk

func (o *VolumePurchasingContent) GetAdamIdOk() (*string, bool)

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

SetAdamId

func (o *VolumePurchasingContent) SetAdamId(v string)

SetAdamId sets AdamId field to given value.

HasAdamId

func (o *VolumePurchasingContent) HasAdamId() bool

HasAdamId returns a boolean if a field has been set.

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