Name | Type | Description | Notes |
---|---|---|---|
User | Pointer to float32 | [optional] |
func NewIamProjectQuotaLimitPatch() *IamProjectQuotaLimitPatch
NewIamProjectQuotaLimitPatch instantiates a new IamProjectQuotaLimitPatch 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 NewIamProjectQuotaLimitPatchWithDefaults() *IamProjectQuotaLimitPatch
NewIamProjectQuotaLimitPatchWithDefaults instantiates a new IamProjectQuotaLimitPatch 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 *IamProjectQuotaLimitPatch) GetUser() float32
GetUser returns the User field if non-nil, zero value otherwise.
func (o *IamProjectQuotaLimitPatch) GetUserOk() (*float32, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamProjectQuotaLimitPatch) SetUser(v float32)
SetUser sets User field to given value.
func (o *IamProjectQuotaLimitPatch) HasUser() bool
HasUser returns a boolean if a field has been set.