Name | Type | Description | Notes |
---|---|---|---|
Domain | string | The new domain for the clone. Domain labels cannot be longer than 63 characters and must conform to RFC1035. Domains must be unique on Linode's platform, including across different Linode accounts; there cannot be two Domains representing the same domain. |
func NewPostCloneDomainRequest(domain string, ) *PostCloneDomainRequest
NewPostCloneDomainRequest instantiates a new PostCloneDomainRequest 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 NewPostCloneDomainRequestWithDefaults() *PostCloneDomainRequest
NewPostCloneDomainRequestWithDefaults instantiates a new PostCloneDomainRequest 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 *PostCloneDomainRequest) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *PostCloneDomainRequest) 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 *PostCloneDomainRequest) SetDomain(v string)
SetDomain sets Domain field to given value.