| Name | Type | Description | Notes |
|---|---|---|---|
| Message | Pointer to string | [optional] | |
| Code | Pointer to string | [optional] | |
| Domain | Pointer to string | [optional] | |
| DomainAlreadyUsedDetails | Pointer to CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails | [optional] |
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
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
func (o *CdnCdnCreateErrorDomainError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *CdnCdnCreateErrorDomainError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *CdnCdnCreateErrorDomainError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *CdnCdnCreateErrorDomainError) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
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.
func (o *CdnCdnCreateErrorDomainError) SetCode(v string)
SetCode sets Code field to given value.
func (o *CdnCdnCreateErrorDomainError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *CdnCdnCreateErrorDomainError) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *CdnCdnCreateErrorDomainError) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *CdnCdnCreateErrorDomainError) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *CdnCdnCreateErrorDomainError) GetDomainAlreadyUsedDetails() CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails
GetDomainAlreadyUsedDetails returns the DomainAlreadyUsedDetails field if non-nil, zero value otherwise.
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.
func (o *CdnCdnCreateErrorDomainError) SetDomainAlreadyUsedDetails(v CdnCdnCreateErrorDomainErrorDomainAlreadyUsedDetails)
SetDomainAlreadyUsedDetails sets DomainAlreadyUsedDetails field to given value.
func (o *CdnCdnCreateErrorDomainError) HasDomainAlreadyUsedDetails() bool
HasDomainAlreadyUsedDetails returns a boolean if a field has been set.