Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.23 KB

File metadata and controls

134 lines (73 loc) · 4.23 KB

CdnCdnCreateErrorDomainError

Properties

Name Type Description Notes
Message Pointer to string [optional]
Code Pointer to string [optional]
Domain Pointer to string [optional]
DomainAlreadyUsedDetails Pointer to CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails [optional]

Methods

NewCdnCdnCreateErrorDomainError

func NewCdnCdnCreateErrorDomainError() *CdnCdnCreateErrorDomainError

NewCdnCdnCreateErrorDomainError instantiates a new CdnCdnCreateErrorDomainError 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

NewCdnCdnCreateErrorDomainErrorWithDefaults

func NewCdnCdnCreateErrorDomainErrorWithDefaults() *CdnCdnCreateErrorDomainError

NewCdnCdnCreateErrorDomainErrorWithDefaults instantiates a new CdnCdnCreateErrorDomainError 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

GetMessage

func (o *CdnCdnCreateErrorDomainError) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *CdnCdnCreateErrorDomainError) GetMessageOk() (*string, bool)

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

SetMessage

func (o *CdnCdnCreateErrorDomainError) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CdnCdnCreateErrorDomainError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetCode

func (o *CdnCdnCreateErrorDomainError) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *CdnCdnCreateErrorDomainError) GetCodeOk() (*string, bool)

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

SetCode

func (o *CdnCdnCreateErrorDomainError) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *CdnCdnCreateErrorDomainError) HasCode() bool

HasCode returns a boolean if a field has been set.

GetDomain

func (o *CdnCdnCreateErrorDomainError) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *CdnCdnCreateErrorDomainError) GetDomainOk() (*string, bool)

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

SetDomain

func (o *CdnCdnCreateErrorDomainError) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *CdnCdnCreateErrorDomainError) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetDomainAlreadyUsedDetails

func (o *CdnCdnCreateErrorDomainError) GetDomainAlreadyUsedDetails() CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails

GetDomainAlreadyUsedDetails returns the DomainAlreadyUsedDetails field if non-nil, zero value otherwise.

GetDomainAlreadyUsedDetailsOk

func (o *CdnCdnCreateErrorDomainError) GetDomainAlreadyUsedDetailsOk() (*CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails, bool)

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

SetDomainAlreadyUsedDetails

func (o *CdnCdnCreateErrorDomainError) SetDomainAlreadyUsedDetails(v CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails)

SetDomainAlreadyUsedDetails sets DomainAlreadyUsedDetails field to given value.

HasDomainAlreadyUsedDetails

func (o *CdnCdnCreateErrorDomainError) HasDomainAlreadyUsedDetails() bool

HasDomainAlreadyUsedDetails returns a boolean if a field has been set.

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