Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.31 KB

File metadata and controls

82 lines (45 loc) · 3.31 KB

V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData

Properties

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]

Methods

NewV2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData

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

NewV2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestDataWithDefaults

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

GetTitle

func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetIsArchived

func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) GetIsArchived() bool

GetIsArchived returns the IsArchived field if non-nil, zero value otherwise.

GetIsArchivedOk

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.

SetIsArchived

func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) SetIsArchived(v bool)

SetIsArchived sets IsArchived field to given value.

HasIsArchived

func (o *V2TargetIdentifierAttributesAttributeOptionsOptionPatchRequestData) HasIsArchived() bool

HasIsArchived returns a boolean if a field has been set.

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