| Name | Type | Description | Notes |
|---|---|---|---|
| AllowOpenSourceOverage | Pointer to bool | [optional] | |
| BandwidthOverageLimit | Pointer to NullableInt64 | [optional] | |
| StorageOverageLimit | Pointer to NullableInt64 | [optional] |
func NewOrganizationUsageUpdateRequestPatch() *OrganizationUsageUpdateRequestPatch
NewOrganizationUsageUpdateRequestPatch instantiates a new OrganizationUsageUpdateRequestPatch 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 NewOrganizationUsageUpdateRequestPatchWithDefaults() *OrganizationUsageUpdateRequestPatch
NewOrganizationUsageUpdateRequestPatchWithDefaults instantiates a new OrganizationUsageUpdateRequestPatch 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 *OrganizationUsageUpdateRequestPatch) GetAllowOpenSourceOverage() bool
GetAllowOpenSourceOverage returns the AllowOpenSourceOverage field if non-nil, zero value otherwise.
func (o *OrganizationUsageUpdateRequestPatch) 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.
func (o *OrganizationUsageUpdateRequestPatch) SetAllowOpenSourceOverage(v bool)
SetAllowOpenSourceOverage sets AllowOpenSourceOverage field to given value.
func (o *OrganizationUsageUpdateRequestPatch) HasAllowOpenSourceOverage() bool
HasAllowOpenSourceOverage returns a boolean if a field has been set.
func (o *OrganizationUsageUpdateRequestPatch) GetBandwidthOverageLimit() int64
GetBandwidthOverageLimit returns the BandwidthOverageLimit field if non-nil, zero value otherwise.
func (o *OrganizationUsageUpdateRequestPatch) 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.
func (o *OrganizationUsageUpdateRequestPatch) SetBandwidthOverageLimit(v int64)
SetBandwidthOverageLimit sets BandwidthOverageLimit field to given value.
func (o *OrganizationUsageUpdateRequestPatch) HasBandwidthOverageLimit() bool
HasBandwidthOverageLimit returns a boolean if a field has been set.
func (o *OrganizationUsageUpdateRequestPatch) SetBandwidthOverageLimitNil(b bool)
SetBandwidthOverageLimitNil sets the value for BandwidthOverageLimit to be an explicit nil
func (o *OrganizationUsageUpdateRequestPatch) UnsetBandwidthOverageLimit()
UnsetBandwidthOverageLimit ensures that no value is present for BandwidthOverageLimit, not even an explicit nil
func (o *OrganizationUsageUpdateRequestPatch) GetStorageOverageLimit() int64
GetStorageOverageLimit returns the StorageOverageLimit field if non-nil, zero value otherwise.
func (o *OrganizationUsageUpdateRequestPatch) 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.
func (o *OrganizationUsageUpdateRequestPatch) SetStorageOverageLimit(v int64)
SetStorageOverageLimit sets StorageOverageLimit field to given value.
func (o *OrganizationUsageUpdateRequestPatch) HasStorageOverageLimit() bool
HasStorageOverageLimit returns a boolean if a field has been set.
func (o *OrganizationUsageUpdateRequestPatch) SetStorageOverageLimitNil(b bool)
SetStorageOverageLimitNil sets the value for StorageOverageLimit to be an explicit nil
func (o *OrganizationUsageUpdateRequestPatch) UnsetStorageOverageLimit()
UnsetStorageOverageLimit ensures that no value is present for StorageOverageLimit, not even an explicit nil