| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | The Title of the select option | [optional] |
| IsArchived | Pointer to bool | Whether or not to archive the select option. See our archiving guide for more information on archiving. | [optional] |
func NewV2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData() *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData
NewV2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData instantiates a new V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData 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 NewV2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestDataWithDefaults() *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData
NewV2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestDataWithDefaults instantiates a new V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData 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 *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) 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 *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) GetIsArchived() bool
GetIsArchived returns the IsArchived field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) 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 *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) SetIsArchived(v bool)
SetIsArchived sets IsArchived field to given value.
func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) HasIsArchived() bool
HasIsArchived returns a boolean if a field has been set.