Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 3.5 KB

ProjectQuota.md

File metadata and controls

138 lines (77 loc) · 3.5 KB

ProjectQuota

Properties

Name Type Description Notes
Cores Pointer to NullableFloat32 [optional]
Instances Pointer to NullableFloat32 [optional]
Ram Pointer to NullableFloat32 [optional]

Methods

NewProjectQuota

func NewProjectQuota() *ProjectQuota

NewProjectQuota instantiates a new ProjectQuota 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

NewProjectQuotaWithDefaults

func NewProjectQuotaWithDefaults() *ProjectQuota

NewProjectQuotaWithDefaults instantiates a new ProjectQuota 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

GetCores

func (o *ProjectQuota) GetCores() float32

GetCores returns the Cores field if non-nil, zero value otherwise.

GetCoresOk

func (o *ProjectQuota) GetCoresOk() (*float32, bool)

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

SetCores

func (o *ProjectQuota) SetCores(v float32)

SetCores sets Cores field to given value.

HasCores

func (o *ProjectQuota) HasCores() bool

HasCores returns a boolean if a field has been set.

SetCoresNil

func (o *ProjectQuota) SetCoresNil(b bool)

SetCoresNil sets the value for Cores to be an explicit nil

UnsetCores

func (o *ProjectQuota) UnsetCores()

UnsetCores ensures that no value is present for Cores, not even an explicit nil

GetInstances

func (o *ProjectQuota) GetInstances() float32

GetInstances returns the Instances field if non-nil, zero value otherwise.

GetInstancesOk

func (o *ProjectQuota) GetInstancesOk() (*float32, bool)

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

SetInstances

func (o *ProjectQuota) SetInstances(v float32)

SetInstances sets Instances field to given value.

HasInstances

func (o *ProjectQuota) HasInstances() bool

HasInstances returns a boolean if a field has been set.

SetInstancesNil

func (o *ProjectQuota) SetInstancesNil(b bool)

SetInstancesNil sets the value for Instances to be an explicit nil

UnsetInstances

func (o *ProjectQuota) UnsetInstances()

UnsetInstances ensures that no value is present for Instances, not even an explicit nil

GetRam

func (o *ProjectQuota) GetRam() float32

GetRam returns the Ram field if non-nil, zero value otherwise.

GetRamOk

func (o *ProjectQuota) GetRamOk() (*float32, bool)

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

SetRam

func (o *ProjectQuota) SetRam(v float32)

SetRam sets Ram field to given value.

HasRam

func (o *ProjectQuota) HasRam() bool

HasRam returns a boolean if a field has been set.

SetRamNil

func (o *ProjectQuota) SetRamNil(b bool)

SetRamNil sets the value for Ram to be an explicit nil

UnsetRam

func (o *ProjectQuota) UnsetRam()

UnsetRam ensures that no value is present for Ram, not even an explicit nil

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