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] |
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
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
func (o *DomainPurgeTags) GetDomainId() string
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
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.
func (o *DomainPurgeTags) SetDomainId(v string)
SetDomainId sets DomainId field to given value.
func (o *DomainPurgeTags) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *DomainPurgeTags) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
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.
func (o *DomainPurgeTags) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DomainPurgeTags) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DomainPurgeTags) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *DomainPurgeTags) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DomainPurgeTags) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *DomainPurgeTags) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
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.
func (o *DomainPurgeTags) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DomainPurgeTags) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.