| Name | Type | Description | Notes |
|---|---|---|---|
| Title | string | The Title of the status | |
| CelebrationEnabled | Pointer to bool | Whether arriving at this status triggers a celebration effect | [optional] [default to false] |
| TargetTimeInStatus | Pointer to NullableString | Target time for a record to spend in given status expressed as a ISO-8601 duration string | [optional] |
func NewV2TargetIdentifierAttributesAttributeStatusesPostRequestData(title string, ) *V2TargetIdentifierAttributesAttributeStatusesPostRequestData
NewV2TargetIdentifierAttributesAttributeStatusesPostRequestData instantiates a new V2TargetIdentifierAttributesAttributeStatusesPostRequestData 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 NewV2TargetIdentifierAttributesAttributeStatusesPostRequestDataWithDefaults() *V2TargetIdentifierAttributesAttributeStatusesPostRequestData
NewV2TargetIdentifierAttributesAttributeStatusesPostRequestDataWithDefaults instantiates a new V2TargetIdentifierAttributesAttributeStatusesPostRequestData 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 *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) 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 *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) GetCelebrationEnabled() bool
GetCelebrationEnabled returns the CelebrationEnabled field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) 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 *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) SetCelebrationEnabled(v bool)
SetCelebrationEnabled sets CelebrationEnabled field to given value.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) HasCelebrationEnabled() bool
HasCelebrationEnabled returns a boolean if a field has been set.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) GetTargetTimeInStatus() string
GetTargetTimeInStatus returns the TargetTimeInStatus field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) 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 *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) SetTargetTimeInStatus(v string)
SetTargetTimeInStatus sets TargetTimeInStatus field to given value.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) HasTargetTimeInStatus() bool
HasTargetTimeInStatus returns a boolean if a field has been set.
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) SetTargetTimeInStatusNil(b bool)
SetTargetTimeInStatusNil sets the value for TargetTimeInStatus to be an explicit nil
func (o *V2TargetIdentifierAttributesAttributeStatusesPostRequestData) UnsetTargetTimeInStatus()
UnsetTargetTimeInStatus ensures that no value is present for TargetTimeInStatus, not even an explicit nil