Name | Type | Description | Notes |
---|---|---|---|
ExpiresAt | Pointer to string | Time-stamp (GMT) when the domain_ownership validation will expire. | [optional] [readonly] |
func NewInlineResponse2002() *InlineResponse2002
NewInlineResponse2002 instantiates a new InlineResponse2002 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 NewInlineResponse2002WithDefaults() *InlineResponse2002
NewInlineResponse2002WithDefaults instantiates a new InlineResponse2002 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 *InlineResponse2002) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *InlineResponse2002) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponse2002) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *InlineResponse2002) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.