Name | Type | Description | Notes |
---|---|---|---|
VpsSubdomain | Pointer to string | [optional] | |
Error | Pointer to ManageReserveVpsSubdomainResponseError | [optional] |
func NewManageReserveVpsSubdomainResponse() *ManageReserveVpsSubdomainResponse
NewManageReserveVpsSubdomainResponse instantiates a new ManageReserveVpsSubdomainResponse 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 NewManageReserveVpsSubdomainResponseWithDefaults() *ManageReserveVpsSubdomainResponse
NewManageReserveVpsSubdomainResponseWithDefaults instantiates a new ManageReserveVpsSubdomainResponse 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 *ManageReserveVpsSubdomainResponse) GetVpsSubdomain() string
GetVpsSubdomain returns the VpsSubdomain field if non-nil, zero value otherwise.
func (o *ManageReserveVpsSubdomainResponse) GetVpsSubdomainOk() (*string, bool)
GetVpsSubdomainOk returns a tuple with the VpsSubdomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageReserveVpsSubdomainResponse) SetVpsSubdomain(v string)
SetVpsSubdomain sets VpsSubdomain field to given value.
func (o *ManageReserveVpsSubdomainResponse) HasVpsSubdomain() bool
HasVpsSubdomain returns a boolean if a field has been set.
func (o *ManageReserveVpsSubdomainResponse) GetError() ManageReserveVpsSubdomainResponseError
GetError returns the Error field if non-nil, zero value otherwise.
func (o *ManageReserveVpsSubdomainResponse) GetErrorOk() (*ManageReserveVpsSubdomainResponseError, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageReserveVpsSubdomainResponse) SetError(v ManageReserveVpsSubdomainResponseError)
SetError sets Error field to given value.
func (o *ManageReserveVpsSubdomainResponse) HasError() bool
HasError returns a boolean if a field has been set.