Name | Type | Description | Notes |
---|---|---|---|
MaxTotalSchemasCount | Pointer to int64 | [optional] | |
MaxSchemaSizeBytes | Pointer to int64 | [optional] | |
MaxArtifactsCount | Pointer to int64 | [optional] | |
MaxVersionsPerArtifactCount | Pointer to int64 | [optional] | |
MaxArtifactPropertiesCount | Pointer to int64 | [optional] | |
MaxPropertyKeySizeBytes | Pointer to int64 | [optional] | |
MaxPropertyValueSizeBytes | Pointer to int64 | [optional] | |
MaxArtifactLabelsCount | Pointer to int64 | [optional] | |
MaxLabelSizeBytes | Pointer to int64 | [optional] | |
MaxArtifactNameLengthChars | Pointer to int64 | [optional] | |
MaxArtifactDescriptionLengthChars | Pointer to int64 | [optional] | |
MaxRequestsPerSecondCount | Pointer to int64 | [optional] |
func NewLimits() *Limits
NewLimits instantiates a new Limits 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 NewLimitsWithDefaults() *Limits
NewLimitsWithDefaults instantiates a new Limits 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 *Limits) GetMaxTotalSchemasCount() int64
GetMaxTotalSchemasCount returns the MaxTotalSchemasCount field if non-nil, zero value otherwise.
func (o *Limits) GetMaxTotalSchemasCountOk() (*int64, bool)
GetMaxTotalSchemasCountOk returns a tuple with the MaxTotalSchemasCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxTotalSchemasCount(v int64)
SetMaxTotalSchemasCount sets MaxTotalSchemasCount field to given value.
func (o *Limits) HasMaxTotalSchemasCount() bool
HasMaxTotalSchemasCount returns a boolean if a field has been set.
func (o *Limits) GetMaxSchemaSizeBytes() int64
GetMaxSchemaSizeBytes returns the MaxSchemaSizeBytes field if non-nil, zero value otherwise.
func (o *Limits) GetMaxSchemaSizeBytesOk() (*int64, bool)
GetMaxSchemaSizeBytesOk returns a tuple with the MaxSchemaSizeBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxSchemaSizeBytes(v int64)
SetMaxSchemaSizeBytes sets MaxSchemaSizeBytes field to given value.
func (o *Limits) HasMaxSchemaSizeBytes() bool
HasMaxSchemaSizeBytes returns a boolean if a field has been set.
func (o *Limits) GetMaxArtifactsCount() int64
GetMaxArtifactsCount returns the MaxArtifactsCount field if non-nil, zero value otherwise.
func (o *Limits) GetMaxArtifactsCountOk() (*int64, bool)
GetMaxArtifactsCountOk returns a tuple with the MaxArtifactsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxArtifactsCount(v int64)
SetMaxArtifactsCount sets MaxArtifactsCount field to given value.
func (o *Limits) HasMaxArtifactsCount() bool
HasMaxArtifactsCount returns a boolean if a field has been set.
func (o *Limits) GetMaxVersionsPerArtifactCount() int64
GetMaxVersionsPerArtifactCount returns the MaxVersionsPerArtifactCount field if non-nil, zero value otherwise.
func (o *Limits) GetMaxVersionsPerArtifactCountOk() (*int64, bool)
GetMaxVersionsPerArtifactCountOk returns a tuple with the MaxVersionsPerArtifactCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxVersionsPerArtifactCount(v int64)
SetMaxVersionsPerArtifactCount sets MaxVersionsPerArtifactCount field to given value.
func (o *Limits) HasMaxVersionsPerArtifactCount() bool
HasMaxVersionsPerArtifactCount returns a boolean if a field has been set.
func (o *Limits) GetMaxArtifactPropertiesCount() int64
GetMaxArtifactPropertiesCount returns the MaxArtifactPropertiesCount field if non-nil, zero value otherwise.
func (o *Limits) GetMaxArtifactPropertiesCountOk() (*int64, bool)
GetMaxArtifactPropertiesCountOk returns a tuple with the MaxArtifactPropertiesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxArtifactPropertiesCount(v int64)
SetMaxArtifactPropertiesCount sets MaxArtifactPropertiesCount field to given value.
func (o *Limits) HasMaxArtifactPropertiesCount() bool
HasMaxArtifactPropertiesCount returns a boolean if a field has been set.
func (o *Limits) GetMaxPropertyKeySizeBytes() int64
GetMaxPropertyKeySizeBytes returns the MaxPropertyKeySizeBytes field if non-nil, zero value otherwise.
func (o *Limits) GetMaxPropertyKeySizeBytesOk() (*int64, bool)
GetMaxPropertyKeySizeBytesOk returns a tuple with the MaxPropertyKeySizeBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxPropertyKeySizeBytes(v int64)
SetMaxPropertyKeySizeBytes sets MaxPropertyKeySizeBytes field to given value.
func (o *Limits) HasMaxPropertyKeySizeBytes() bool
HasMaxPropertyKeySizeBytes returns a boolean if a field has been set.
func (o *Limits) GetMaxPropertyValueSizeBytes() int64
GetMaxPropertyValueSizeBytes returns the MaxPropertyValueSizeBytes field if non-nil, zero value otherwise.
func (o *Limits) GetMaxPropertyValueSizeBytesOk() (*int64, bool)
GetMaxPropertyValueSizeBytesOk returns a tuple with the MaxPropertyValueSizeBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxPropertyValueSizeBytes(v int64)
SetMaxPropertyValueSizeBytes sets MaxPropertyValueSizeBytes field to given value.
func (o *Limits) HasMaxPropertyValueSizeBytes() bool
HasMaxPropertyValueSizeBytes returns a boolean if a field has been set.
func (o *Limits) GetMaxArtifactLabelsCount() int64
GetMaxArtifactLabelsCount returns the MaxArtifactLabelsCount field if non-nil, zero value otherwise.
func (o *Limits) GetMaxArtifactLabelsCountOk() (*int64, bool)
GetMaxArtifactLabelsCountOk returns a tuple with the MaxArtifactLabelsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxArtifactLabelsCount(v int64)
SetMaxArtifactLabelsCount sets MaxArtifactLabelsCount field to given value.
func (o *Limits) HasMaxArtifactLabelsCount() bool
HasMaxArtifactLabelsCount returns a boolean if a field has been set.
func (o *Limits) GetMaxLabelSizeBytes() int64
GetMaxLabelSizeBytes returns the MaxLabelSizeBytes field if non-nil, zero value otherwise.
func (o *Limits) GetMaxLabelSizeBytesOk() (*int64, bool)
GetMaxLabelSizeBytesOk returns a tuple with the MaxLabelSizeBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxLabelSizeBytes(v int64)
SetMaxLabelSizeBytes sets MaxLabelSizeBytes field to given value.
func (o *Limits) HasMaxLabelSizeBytes() bool
HasMaxLabelSizeBytes returns a boolean if a field has been set.
func (o *Limits) GetMaxArtifactNameLengthChars() int64
GetMaxArtifactNameLengthChars returns the MaxArtifactNameLengthChars field if non-nil, zero value otherwise.
func (o *Limits) GetMaxArtifactNameLengthCharsOk() (*int64, bool)
GetMaxArtifactNameLengthCharsOk returns a tuple with the MaxArtifactNameLengthChars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxArtifactNameLengthChars(v int64)
SetMaxArtifactNameLengthChars sets MaxArtifactNameLengthChars field to given value.
func (o *Limits) HasMaxArtifactNameLengthChars() bool
HasMaxArtifactNameLengthChars returns a boolean if a field has been set.
func (o *Limits) GetMaxArtifactDescriptionLengthChars() int64
GetMaxArtifactDescriptionLengthChars returns the MaxArtifactDescriptionLengthChars field if non-nil, zero value otherwise.
func (o *Limits) GetMaxArtifactDescriptionLengthCharsOk() (*int64, bool)
GetMaxArtifactDescriptionLengthCharsOk returns a tuple with the MaxArtifactDescriptionLengthChars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxArtifactDescriptionLengthChars(v int64)
SetMaxArtifactDescriptionLengthChars sets MaxArtifactDescriptionLengthChars field to given value.
func (o *Limits) HasMaxArtifactDescriptionLengthChars() bool
HasMaxArtifactDescriptionLengthChars returns a boolean if a field has been set.
func (o *Limits) GetMaxRequestsPerSecondCount() int64
GetMaxRequestsPerSecondCount returns the MaxRequestsPerSecondCount field if non-nil, zero value otherwise.
func (o *Limits) GetMaxRequestsPerSecondCountOk() (*int64, bool)
GetMaxRequestsPerSecondCountOk returns a tuple with the MaxRequestsPerSecondCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Limits) SetMaxRequestsPerSecondCount(v int64)
SetMaxRequestsPerSecondCount sets MaxRequestsPerSecondCount field to given value.
func (o *Limits) HasMaxRequestsPerSecondCount() bool
HasMaxRequestsPerSecondCount returns a boolean if a field has been set.