Skip to content

Files

Latest commit

 

History

History
54 lines (31 loc) · 1.66 KB

InlineResponse2002.md

File metadata and controls

54 lines (31 loc) · 1.66 KB

InlineResponse2002

Properties

Name Type Description Notes
ExpiresAt Pointer to string Time-stamp (GMT) when the domain_ownership validation will expire. [optional] [readonly]

Methods

NewInlineResponse2002

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

NewInlineResponse2002WithDefaults

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

GetExpiresAt

func (o *InlineResponse2002) GetExpiresAt() string

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

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.

SetExpiresAt

func (o *InlineResponse2002) SetExpiresAt(v string)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *InlineResponse2002) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

Back to API list | Back to README