Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.89 KB

ProjectThreshold.md

File metadata and controls

160 lines (87 loc) · 3.89 KB

ProjectThreshold

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

NewProjectThreshold

func NewProjectThreshold() *ProjectThreshold

NewProjectThreshold instantiates a new ProjectThreshold 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

NewProjectThresholdWithDefaults

func NewProjectThresholdWithDefaults() *ProjectThreshold

NewProjectThresholdWithDefaults instantiates a new ProjectThreshold 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 *ProjectThreshold) GetId() string

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

GetIdOk

func (o *ProjectThreshold) 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 *ProjectThreshold) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ProjectThreshold) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ProjectThreshold) GetName() string

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

GetNameOk

func (o *ProjectThreshold) 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 *ProjectThreshold) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProjectThreshold) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *ProjectThreshold) GetType() string

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

GetTypeOk

func (o *ProjectThreshold) 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 *ProjectThreshold) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProjectThreshold) HasType() bool

HasType returns a boolean if a field has been set.

GetUri

func (o *ProjectThreshold) GetUri() string

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

GetUriOk

func (o *ProjectThreshold) 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 *ProjectThreshold) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *ProjectThreshold) HasUri() bool

HasUri returns a boolean if a field has been set.

GetValue

func (o *ProjectThreshold) GetValue() float32

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

GetValueOk

func (o *ProjectThreshold) 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 *ProjectThreshold) SetValue(v float32)

SetValue sets Value field to given value.

HasValue

func (o *ProjectThreshold) HasValue() bool

HasValue returns a boolean if a field has been set.

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