Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.48 KB

CheckedCustomDomainResponse.md

File metadata and controls

108 lines (59 loc) · 3.48 KB

CheckedCustomDomainResponse

Properties

Name Type Description Notes
DomainName string domain name checked
Status CheckedCustomDomainStatus
ErrorDetails Pointer to NullableString optional field containing information about failure check [optional]

Methods

NewCheckedCustomDomainResponse

func NewCheckedCustomDomainResponse(domainName string, status CheckedCustomDomainStatus, ) *CheckedCustomDomainResponse

NewCheckedCustomDomainResponse instantiates a new CheckedCustomDomainResponse 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

NewCheckedCustomDomainResponseWithDefaults

func NewCheckedCustomDomainResponseWithDefaults() *CheckedCustomDomainResponse

NewCheckedCustomDomainResponseWithDefaults instantiates a new CheckedCustomDomainResponse 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

GetDomainName

func (o *CheckedCustomDomainResponse) GetDomainName() string

GetDomainName returns the DomainName field if non-nil, zero value otherwise.

GetDomainNameOk

func (o *CheckedCustomDomainResponse) GetDomainNameOk() (*string, bool)

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

SetDomainName

func (o *CheckedCustomDomainResponse) SetDomainName(v string)

SetDomainName sets DomainName field to given value.

GetStatus

func (o *CheckedCustomDomainResponse) GetStatus() CheckedCustomDomainStatus

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CheckedCustomDomainResponse) GetStatusOk() (*CheckedCustomDomainStatus, bool)

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

SetStatus

func (o *CheckedCustomDomainResponse) SetStatus(v CheckedCustomDomainStatus)

SetStatus sets Status field to given value.

GetErrorDetails

func (o *CheckedCustomDomainResponse) GetErrorDetails() string

GetErrorDetails returns the ErrorDetails field if non-nil, zero value otherwise.

GetErrorDetailsOk

func (o *CheckedCustomDomainResponse) GetErrorDetailsOk() (*string, bool)

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

SetErrorDetails

func (o *CheckedCustomDomainResponse) SetErrorDetails(v string)

SetErrorDetails sets ErrorDetails field to given value.

HasErrorDetails

func (o *CheckedCustomDomainResponse) HasErrorDetails() bool

HasErrorDetails returns a boolean if a field has been set.

SetErrorDetailsNil

func (o *CheckedCustomDomainResponse) SetErrorDetailsNil(b bool)

SetErrorDetailsNil sets the value for ErrorDetails to be an explicit nil

UnsetErrorDetails

func (o *CheckedCustomDomainResponse) UnsetErrorDetails()

UnsetErrorDetails ensures that no value is present for ErrorDetails, not even an explicit nil

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