Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
TotalPurchasedLicenses | Pointer to int64 | [optional] [readonly] | |
TotalUsedLicenses | Pointer to int64 | [optional] [readonly] | |
Id | Pointer to string | [optional] [readonly] | |
AppleId | Pointer to string | [optional] [readonly] | |
OrganizationName | Pointer to string | [optional] [readonly] | |
TokenExpiration | Pointer to string | [optional] [readonly] | |
CountryCode | Pointer to string | The two-letter ISO 3166-1 code that designates the country where the Volume Purchasing account is located. | [optional] [readonly] |
LocationName | Pointer to string | [optional] [readonly] | |
ClientContextMismatch | Pointer to bool | If this is "true", the clientContext used by this server does not match the clientContext returned by the Volume Purchasing API. | [optional] [readonly] |
AutomaticallyPopulatePurchasedContent | Pointer to bool | [optional] | |
SendNotificationWhenNoLongerAssigned | Pointer to bool | [optional] | |
AutoRegisterManagedUsers | Pointer to bool | [optional] | |
SiteId | Pointer to string | [optional] | |
SiteName | Pointer to string | [optional] | |
LastSyncTime | Pointer to string | [optional] [readonly] | |
Content | Pointer to []VolumePurchasingContent | [optional] [readonly] |
func NewVolumePurchasingLocation() *VolumePurchasingLocation
NewVolumePurchasingLocation instantiates a new VolumePurchasingLocation 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 NewVolumePurchasingLocationWithDefaults() *VolumePurchasingLocation
NewVolumePurchasingLocationWithDefaults instantiates a new VolumePurchasingLocation 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 *VolumePurchasingLocation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) 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 *VolumePurchasingLocation) SetName(v string)
SetName sets Name field to given value.
func (o *VolumePurchasingLocation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetTotalPurchasedLicenses() int64
GetTotalPurchasedLicenses returns the TotalPurchasedLicenses field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetTotalPurchasedLicensesOk() (*int64, bool)
GetTotalPurchasedLicensesOk returns a tuple with the TotalPurchasedLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetTotalPurchasedLicenses(v int64)
SetTotalPurchasedLicenses sets TotalPurchasedLicenses field to given value.
func (o *VolumePurchasingLocation) HasTotalPurchasedLicenses() bool
HasTotalPurchasedLicenses returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetTotalUsedLicenses() int64
GetTotalUsedLicenses returns the TotalUsedLicenses field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetTotalUsedLicensesOk() (*int64, bool)
GetTotalUsedLicensesOk returns a tuple with the TotalUsedLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetTotalUsedLicenses(v int64)
SetTotalUsedLicenses sets TotalUsedLicenses field to given value.
func (o *VolumePurchasingLocation) HasTotalUsedLicenses() bool
HasTotalUsedLicenses returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) 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 *VolumePurchasingLocation) SetId(v string)
SetId sets Id field to given value.
func (o *VolumePurchasingLocation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetAppleId() string
GetAppleId returns the AppleId field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetAppleIdOk() (*string, bool)
GetAppleIdOk returns a tuple with the AppleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetAppleId(v string)
SetAppleId sets AppleId field to given value.
func (o *VolumePurchasingLocation) HasAppleId() bool
HasAppleId returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetOrganizationName() string
GetOrganizationName returns the OrganizationName field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetOrganizationNameOk() (*string, bool)
GetOrganizationNameOk returns a tuple with the OrganizationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetOrganizationName(v string)
SetOrganizationName sets OrganizationName field to given value.
func (o *VolumePurchasingLocation) HasOrganizationName() bool
HasOrganizationName returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetTokenExpiration() string
GetTokenExpiration returns the TokenExpiration field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetTokenExpirationOk() (*string, bool)
GetTokenExpirationOk returns a tuple with the TokenExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetTokenExpiration(v string)
SetTokenExpiration sets TokenExpiration field to given value.
func (o *VolumePurchasingLocation) HasTokenExpiration() bool
HasTokenExpiration returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *VolumePurchasingLocation) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetLocationName() string
GetLocationName returns the LocationName field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetLocationNameOk() (*string, bool)
GetLocationNameOk returns a tuple with the LocationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetLocationName(v string)
SetLocationName sets LocationName field to given value.
func (o *VolumePurchasingLocation) HasLocationName() bool
HasLocationName returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetClientContextMismatch() bool
GetClientContextMismatch returns the ClientContextMismatch field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetClientContextMismatchOk() (*bool, bool)
GetClientContextMismatchOk returns a tuple with the ClientContextMismatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetClientContextMismatch(v bool)
SetClientContextMismatch sets ClientContextMismatch field to given value.
func (o *VolumePurchasingLocation) HasClientContextMismatch() bool
HasClientContextMismatch returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetAutomaticallyPopulatePurchasedContent() bool
GetAutomaticallyPopulatePurchasedContent returns the AutomaticallyPopulatePurchasedContent field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetAutomaticallyPopulatePurchasedContentOk() (*bool, bool)
GetAutomaticallyPopulatePurchasedContentOk returns a tuple with the AutomaticallyPopulatePurchasedContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetAutomaticallyPopulatePurchasedContent(v bool)
SetAutomaticallyPopulatePurchasedContent sets AutomaticallyPopulatePurchasedContent field to given value.
func (o *VolumePurchasingLocation) HasAutomaticallyPopulatePurchasedContent() bool
HasAutomaticallyPopulatePurchasedContent returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetSendNotificationWhenNoLongerAssigned() bool
GetSendNotificationWhenNoLongerAssigned returns the SendNotificationWhenNoLongerAssigned field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetSendNotificationWhenNoLongerAssignedOk() (*bool, bool)
GetSendNotificationWhenNoLongerAssignedOk returns a tuple with the SendNotificationWhenNoLongerAssigned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetSendNotificationWhenNoLongerAssigned(v bool)
SetSendNotificationWhenNoLongerAssigned sets SendNotificationWhenNoLongerAssigned field to given value.
func (o *VolumePurchasingLocation) HasSendNotificationWhenNoLongerAssigned() bool
HasSendNotificationWhenNoLongerAssigned returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetAutoRegisterManagedUsers() bool
GetAutoRegisterManagedUsers returns the AutoRegisterManagedUsers field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetAutoRegisterManagedUsersOk() (*bool, bool)
GetAutoRegisterManagedUsersOk returns a tuple with the AutoRegisterManagedUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetAutoRegisterManagedUsers(v bool)
SetAutoRegisterManagedUsers sets AutoRegisterManagedUsers field to given value.
func (o *VolumePurchasingLocation) HasAutoRegisterManagedUsers() bool
HasAutoRegisterManagedUsers returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
func (o *VolumePurchasingLocation) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetSiteName() string
GetSiteName returns the SiteName field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetSiteNameOk() (*string, bool)
GetSiteNameOk returns a tuple with the SiteName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetSiteName(v string)
SetSiteName sets SiteName field to given value.
func (o *VolumePurchasingLocation) HasSiteName() bool
HasSiteName returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetLastSyncTime() string
GetLastSyncTime returns the LastSyncTime field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetLastSyncTimeOk() (*string, bool)
GetLastSyncTimeOk returns a tuple with the LastSyncTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetLastSyncTime(v string)
SetLastSyncTime sets LastSyncTime field to given value.
func (o *VolumePurchasingLocation) HasLastSyncTime() bool
HasLastSyncTime returns a boolean if a field has been set.
func (o *VolumePurchasingLocation) GetContent() []VolumePurchasingContent
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *VolumePurchasingLocation) GetContentOk() (*[]VolumePurchasingContent, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumePurchasingLocation) SetContent(v []VolumePurchasingContent)
SetContent sets Content field to given value.
func (o *VolumePurchasingLocation) HasContent() bool
HasContent returns a boolean if a field has been set.