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] |
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
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
func (o *ProjectThreshold) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ProjectThreshold) SetId(v string)
SetId sets Id field to given value.
func (o *ProjectThreshold) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ProjectThreshold) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ProjectThreshold) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectThreshold) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProjectThreshold) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ProjectThreshold) SetType(v string)
SetType sets Type field to given value.
func (o *ProjectThreshold) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ProjectThreshold) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
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.
func (o *ProjectThreshold) SetUri(v string)
SetUri sets Uri field to given value.
func (o *ProjectThreshold) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *ProjectThreshold) GetValue() float32
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *ProjectThreshold) SetValue(v float32)
SetValue sets Value field to given value.
func (o *ProjectThreshold) HasValue() bool
HasValue returns a boolean if a field has been set.