| Name | Type | Description | Notes |
|---|---|---|---|
| Code | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] | |
| VariableError | Pointer to ManageCreateVpsResponseErrorSoftwareVariableError | [optional] | |
| InsufficientFundsError | Pointer to ManageCreateVpsResponseErrorInsufficientFundsError | [optional] |
func NewManageCreateVpsResponseError() *ManageCreateVpsResponseError
NewManageCreateVpsResponseError instantiates a new ManageCreateVpsResponseError 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 NewManageCreateVpsResponseErrorWithDefaults() *ManageCreateVpsResponseError
NewManageCreateVpsResponseErrorWithDefaults instantiates a new ManageCreateVpsResponseError 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 *ManageCreateVpsResponseError) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ManageCreateVpsResponseError) 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 *ManageCreateVpsResponseError) SetCode(v string)
SetCode sets Code field to given value.
func (o *ManageCreateVpsResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *ManageCreateVpsResponseError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ManageCreateVpsResponseError) 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 *ManageCreateVpsResponseError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ManageCreateVpsResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ManageCreateVpsResponseError) GetVariableError() ManageCreateVpsResponseErrorSoftwareVariableError
GetVariableError returns the VariableError field if non-nil, zero value otherwise.
func (o *ManageCreateVpsResponseError) GetVariableErrorOk() (*ManageCreateVpsResponseErrorSoftwareVariableError, bool)
GetVariableErrorOk returns a tuple with the VariableError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsResponseError) SetVariableError(v ManageCreateVpsResponseErrorSoftwareVariableError)
SetVariableError sets VariableError field to given value.
func (o *ManageCreateVpsResponseError) HasVariableError() bool
HasVariableError returns a boolean if a field has been set.
func (o *ManageCreateVpsResponseError) GetInsufficientFundsError() ManageCreateVpsResponseErrorInsufficientFundsError
GetInsufficientFundsError returns the InsufficientFundsError field if non-nil, zero value otherwise.
func (o *ManageCreateVpsResponseError) GetInsufficientFundsErrorOk() (*ManageCreateVpsResponseErrorInsufficientFundsError, bool)
GetInsufficientFundsErrorOk returns a tuple with the InsufficientFundsError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsResponseError) SetInsufficientFundsError(v ManageCreateVpsResponseErrorInsufficientFundsError)
SetInsufficientFundsError sets InsufficientFundsError field to given value.
func (o *ManageCreateVpsResponseError) HasInsufficientFundsError() bool
HasInsufficientFundsError returns a boolean if a field has been set.