Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.43 KB

File metadata and controls

128 lines (71 loc) · 4.43 KB

OrganizationUsageUpdate

Properties

Name Type Description Notes
AllowOpenSourceOverage Pointer to bool [optional]
BandwidthOverageLimit Pointer to NullableInt64 [optional]
StorageOverageLimit Pointer to NullableInt64 [optional]

Methods

NewOrganizationUsageUpdate

func NewOrganizationUsageUpdate() *OrganizationUsageUpdate

NewOrganizationUsageUpdate instantiates a new OrganizationUsageUpdate 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

NewOrganizationUsageUpdateWithDefaults

func NewOrganizationUsageUpdateWithDefaults() *OrganizationUsageUpdate

NewOrganizationUsageUpdateWithDefaults instantiates a new OrganizationUsageUpdate 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

GetAllowOpenSourceOverage

func (o *OrganizationUsageUpdate) GetAllowOpenSourceOverage() bool

GetAllowOpenSourceOverage returns the AllowOpenSourceOverage field if non-nil, zero value otherwise.

GetAllowOpenSourceOverageOk

func (o *OrganizationUsageUpdate) GetAllowOpenSourceOverageOk() (*bool, bool)

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

SetAllowOpenSourceOverage

func (o *OrganizationUsageUpdate) SetAllowOpenSourceOverage(v bool)

SetAllowOpenSourceOverage sets AllowOpenSourceOverage field to given value.

HasAllowOpenSourceOverage

func (o *OrganizationUsageUpdate) HasAllowOpenSourceOverage() bool

HasAllowOpenSourceOverage returns a boolean if a field has been set.

GetBandwidthOverageLimit

func (o *OrganizationUsageUpdate) GetBandwidthOverageLimit() int64

GetBandwidthOverageLimit returns the BandwidthOverageLimit field if non-nil, zero value otherwise.

GetBandwidthOverageLimitOk

func (o *OrganizationUsageUpdate) GetBandwidthOverageLimitOk() (*int64, bool)

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

SetBandwidthOverageLimit

func (o *OrganizationUsageUpdate) SetBandwidthOverageLimit(v int64)

SetBandwidthOverageLimit sets BandwidthOverageLimit field to given value.

HasBandwidthOverageLimit

func (o *OrganizationUsageUpdate) HasBandwidthOverageLimit() bool

HasBandwidthOverageLimit returns a boolean if a field has been set.

SetBandwidthOverageLimitNil

func (o *OrganizationUsageUpdate) SetBandwidthOverageLimitNil(b bool)

SetBandwidthOverageLimitNil sets the value for BandwidthOverageLimit to be an explicit nil

UnsetBandwidthOverageLimit

func (o *OrganizationUsageUpdate) UnsetBandwidthOverageLimit()

UnsetBandwidthOverageLimit ensures that no value is present for BandwidthOverageLimit, not even an explicit nil

GetStorageOverageLimit

func (o *OrganizationUsageUpdate) GetStorageOverageLimit() int64

GetStorageOverageLimit returns the StorageOverageLimit field if non-nil, zero value otherwise.

GetStorageOverageLimitOk

func (o *OrganizationUsageUpdate) GetStorageOverageLimitOk() (*int64, bool)

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

SetStorageOverageLimit

func (o *OrganizationUsageUpdate) SetStorageOverageLimit(v int64)

SetStorageOverageLimit sets StorageOverageLimit field to given value.

HasStorageOverageLimit

func (o *OrganizationUsageUpdate) HasStorageOverageLimit() bool

HasStorageOverageLimit returns a boolean if a field has been set.

SetStorageOverageLimitNil

func (o *OrganizationUsageUpdate) SetStorageOverageLimitNil(b bool)

SetStorageOverageLimitNil sets the value for StorageOverageLimit to be an explicit nil

UnsetStorageOverageLimit

func (o *OrganizationUsageUpdate) UnsetStorageOverageLimit()

UnsetStorageOverageLimit ensures that no value is present for StorageOverageLimit, not even an explicit nil

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