Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.5 KB

DomainPurgeTags.md

File metadata and controls

134 lines (73 loc) · 3.5 KB

DomainPurgeTags

Properties

Name Type Description Notes
DomainId Pointer to string [optional]
Tags Pointer to []string [optional]
CreatedAt Pointer to time.Time [optional]
UpdatedAt Pointer to time.Time [optional]

Methods

NewDomainPurgeTags

func NewDomainPurgeTags() *DomainPurgeTags

NewDomainPurgeTags instantiates a new DomainPurgeTags 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

NewDomainPurgeTagsWithDefaults

func NewDomainPurgeTagsWithDefaults() *DomainPurgeTags

NewDomainPurgeTagsWithDefaults instantiates a new DomainPurgeTags 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

GetDomainId

func (o *DomainPurgeTags) GetDomainId() string

GetDomainId returns the DomainId field if non-nil, zero value otherwise.

GetDomainIdOk

func (o *DomainPurgeTags) GetDomainIdOk() (*string, bool)

GetDomainIdOk returns a tuple with the DomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomainId

func (o *DomainPurgeTags) SetDomainId(v string)

SetDomainId sets DomainId field to given value.

HasDomainId

func (o *DomainPurgeTags) HasDomainId() bool

HasDomainId returns a boolean if a field has been set.

GetTags

func (o *DomainPurgeTags) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *DomainPurgeTags) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *DomainPurgeTags) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *DomainPurgeTags) HasTags() bool

HasTags returns a boolean if a field has been set.

GetCreatedAt

func (o *DomainPurgeTags) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *DomainPurgeTags) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *DomainPurgeTags) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *DomainPurgeTags) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetUpdatedAt

func (o *DomainPurgeTags) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *DomainPurgeTags) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdatedAt

func (o *DomainPurgeTags) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *DomainPurgeTags) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

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