Skip to content

Files

Latest commit

e5df1ea · Apr 12, 2022

History

History
160 lines (87 loc) · 4.16 KB

IamProjectThresholdCreate.md

File metadata and controls

160 lines (87 loc) · 4.16 KB

IamProjectThresholdCreate

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
Name Pointer to string [optional] [readonly]
Type Pointer to string [optional] [readonly]
Uri Pointer to string [optional] [readonly]
Value Pointer to float32 [optional]

Methods

NewIamProjectThresholdCreate

func NewIamProjectThresholdCreate() *IamProjectThresholdCreate

NewIamProjectThresholdCreate instantiates a new IamProjectThresholdCreate 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

NewIamProjectThresholdCreateWithDefaults

func NewIamProjectThresholdCreateWithDefaults() *IamProjectThresholdCreate

NewIamProjectThresholdCreateWithDefaults instantiates a new IamProjectThresholdCreate 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

GetId

func (o *IamProjectThresholdCreate) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *IamProjectThresholdCreate) GetIdOk() (*string, bool)

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

SetId

func (o *IamProjectThresholdCreate) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IamProjectThresholdCreate) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IamProjectThresholdCreate) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *IamProjectThresholdCreate) GetNameOk() (*string, bool)

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

SetName

func (o *IamProjectThresholdCreate) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IamProjectThresholdCreate) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *IamProjectThresholdCreate) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *IamProjectThresholdCreate) GetTypeOk() (*string, bool)

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

SetType

func (o *IamProjectThresholdCreate) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *IamProjectThresholdCreate) HasType() bool

HasType returns a boolean if a field has been set.

GetUri

func (o *IamProjectThresholdCreate) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

func (o *IamProjectThresholdCreate) GetUriOk() (*string, bool)

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

SetUri

func (o *IamProjectThresholdCreate) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *IamProjectThresholdCreate) HasUri() bool

HasUri returns a boolean if a field has been set.

GetValue

func (o *IamProjectThresholdCreate) GetValue() float32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *IamProjectThresholdCreate) GetValueOk() (*float32, bool)

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

SetValue

func (o *IamProjectThresholdCreate) SetValue(v float32)

SetValue sets Value field to given value.

HasValue

func (o *IamProjectThresholdCreate) HasValue() bool

HasValue returns a boolean if a field has been set.

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