| Name | Type | Description | Notes |
|---|---|---|---|
| Id | StatusId | ||
| Title | string | The title of the status | |
| IsArchived | bool | Whether or not to archive the status. See our archiving guide for more information on archiving. | |
| CelebrationEnabled | bool | Whether arriving at this status triggers a celebration effect in the UI | |
| TargetTimeInStatus | NullableString | Target time for a record to spend in given status expressed as a ISO-8601 duration string |
func NewStatus(id StatusId, title string, isArchived bool, celebrationEnabled bool, targetTimeInStatus NullableString, ) *Status
NewStatus instantiates a new Status 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 NewStatusWithDefaults() *Status
NewStatusWithDefaults instantiates a new Status 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 *Status) GetId() StatusId
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Status) GetIdOk() (*StatusId, 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 *Status) SetId(v StatusId)
SetId sets Id field to given value.
func (o *Status) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *Status) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *Status) GetIsArchived() bool
GetIsArchived returns the IsArchived field if non-nil, zero value otherwise.
func (o *Status) GetIsArchivedOk() (*bool, bool)
GetIsArchivedOk returns a tuple with the IsArchived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetIsArchived(v bool)
SetIsArchived sets IsArchived field to given value.
func (o *Status) GetCelebrationEnabled() bool
GetCelebrationEnabled returns the CelebrationEnabled field if non-nil, zero value otherwise.
func (o *Status) GetCelebrationEnabledOk() (*bool, bool)
GetCelebrationEnabledOk returns a tuple with the CelebrationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetCelebrationEnabled(v bool)
SetCelebrationEnabled sets CelebrationEnabled field to given value.
func (o *Status) GetTargetTimeInStatus() string
GetTargetTimeInStatus returns the TargetTimeInStatus field if non-nil, zero value otherwise.
func (o *Status) GetTargetTimeInStatusOk() (*string, bool)
GetTargetTimeInStatusOk returns a tuple with the TargetTimeInStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetTargetTimeInStatus(v string)
SetTargetTimeInStatus sets TargetTimeInStatus field to given value.
func (o *Status) SetTargetTimeInStatusNil(b bool)
SetTargetTimeInStatusNil sets the value for TargetTimeInStatus to be an explicit nil
func (o *Status) UnsetTargetTimeInStatus()
UnsetTargetTimeInStatus ensures that no value is present for TargetTimeInStatus, not even an explicit nil