| 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] |
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
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
func (o *OrganizationThresholdFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *OrganizationThresholdFields) SetId(v int32)
SetId sets Id field to given value.
func (o *OrganizationThresholdFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OrganizationThresholdFields) GetInterfaceTitle() string
GetInterfaceTitle returns the InterfaceTitle field if non-nil, zero value otherwise.
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.
func (o *OrganizationThresholdFields) SetInterfaceTitle(v string)
SetInterfaceTitle sets InterfaceTitle field to given value.
func (o *OrganizationThresholdFields) HasInterfaceTitle() bool
HasInterfaceTitle returns a boolean if a field has been set.
func (o *OrganizationThresholdFields) GetInterfaceTooltip() string
GetInterfaceTooltip returns the InterfaceTooltip field if non-nil, zero value otherwise.
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.
func (o *OrganizationThresholdFields) SetInterfaceTooltip(v string)
SetInterfaceTooltip sets InterfaceTooltip field to given value.
func (o *OrganizationThresholdFields) HasInterfaceTooltip() bool
HasInterfaceTooltip returns a boolean if a field has been set.
func (o *OrganizationThresholdFields) GetSubscribed() bool
GetSubscribed returns the Subscribed field if non-nil, zero value otherwise.
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.
func (o *OrganizationThresholdFields) SetSubscribed(v bool)
SetSubscribed sets Subscribed field to given value.
func (o *OrganizationThresholdFields) HasSubscribed() bool
HasSubscribed returns a boolean if a field has been set.
func (o *OrganizationThresholdFields) GetThreshold() int32
GetThreshold returns the Threshold field if non-nil, zero value otherwise.
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.
func (o *OrganizationThresholdFields) SetThreshold(v int32)
SetThreshold sets Threshold field to given value.
func (o *OrganizationThresholdFields) HasThreshold() bool
HasThreshold returns a boolean if a field has been set.