Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.67 KB

File metadata and controls

160 lines (87 loc) · 4.67 KB

OrganizationThresholdFields

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
InterfaceTitle Pointer to string [optional]
InterfaceTooltip Pointer to string [optional]
Subscribed Pointer to bool [optional]
Threshold Pointer to int32 [optional]

Methods

NewOrganizationThresholdFields

func NewOrganizationThresholdFields() *OrganizationThresholdFields

NewOrganizationThresholdFields instantiates a new OrganizationThresholdFields 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

NewOrganizationThresholdFieldsWithDefaults

func NewOrganizationThresholdFieldsWithDefaults() *OrganizationThresholdFields

NewOrganizationThresholdFieldsWithDefaults instantiates a new OrganizationThresholdFields 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 *OrganizationThresholdFields) GetId() int32

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

GetIdOk

func (o *OrganizationThresholdFields) GetIdOk() (*int32, 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 *OrganizationThresholdFields) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *OrganizationThresholdFields) HasId() bool

HasId returns a boolean if a field has been set.

GetInterfaceTitle

func (o *OrganizationThresholdFields) GetInterfaceTitle() string

GetInterfaceTitle returns the InterfaceTitle field if non-nil, zero value otherwise.

GetInterfaceTitleOk

func (o *OrganizationThresholdFields) GetInterfaceTitleOk() (*string, bool)

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

SetInterfaceTitle

func (o *OrganizationThresholdFields) SetInterfaceTitle(v string)

SetInterfaceTitle sets InterfaceTitle field to given value.

HasInterfaceTitle

func (o *OrganizationThresholdFields) HasInterfaceTitle() bool

HasInterfaceTitle returns a boolean if a field has been set.

GetInterfaceTooltip

func (o *OrganizationThresholdFields) GetInterfaceTooltip() string

GetInterfaceTooltip returns the InterfaceTooltip field if non-nil, zero value otherwise.

GetInterfaceTooltipOk

func (o *OrganizationThresholdFields) GetInterfaceTooltipOk() (*string, bool)

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

SetInterfaceTooltip

func (o *OrganizationThresholdFields) SetInterfaceTooltip(v string)

SetInterfaceTooltip sets InterfaceTooltip field to given value.

HasInterfaceTooltip

func (o *OrganizationThresholdFields) HasInterfaceTooltip() bool

HasInterfaceTooltip returns a boolean if a field has been set.

GetSubscribed

func (o *OrganizationThresholdFields) GetSubscribed() bool

GetSubscribed returns the Subscribed field if non-nil, zero value otherwise.

GetSubscribedOk

func (o *OrganizationThresholdFields) GetSubscribedOk() (*bool, bool)

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

SetSubscribed

func (o *OrganizationThresholdFields) SetSubscribed(v bool)

SetSubscribed sets Subscribed field to given value.

HasSubscribed

func (o *OrganizationThresholdFields) HasSubscribed() bool

HasSubscribed returns a boolean if a field has been set.

GetThreshold

func (o *OrganizationThresholdFields) GetThreshold() int32

GetThreshold returns the Threshold field if non-nil, zero value otherwise.

GetThresholdOk

func (o *OrganizationThresholdFields) GetThresholdOk() (*int32, bool)

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

SetThreshold

func (o *OrganizationThresholdFields) SetThreshold(v int32)

SetThreshold sets Threshold field to given value.

HasThreshold

func (o *OrganizationThresholdFields) HasThreshold() bool

HasThreshold returns a boolean if a field has been set.

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