Name | Type | Description | Notes |
---|---|---|---|
CloudInstance | Pointer to bool | [optional] | |
RampInstance | Pointer to bool | [optional] |
func NewCloudResponse() *CloudResponse
NewCloudResponse instantiates a new CloudResponse 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 NewCloudResponseWithDefaults() *CloudResponse
NewCloudResponseWithDefaults instantiates a new CloudResponse 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 *CloudResponse) GetCloudInstance() bool
GetCloudInstance returns the CloudInstance field if non-nil, zero value otherwise.
func (o *CloudResponse) GetCloudInstanceOk() (*bool, bool)
GetCloudInstanceOk returns a tuple with the CloudInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudResponse) SetCloudInstance(v bool)
SetCloudInstance sets CloudInstance field to given value.
func (o *CloudResponse) HasCloudInstance() bool
HasCloudInstance returns a boolean if a field has been set.
func (o *CloudResponse) GetRampInstance() bool
GetRampInstance returns the RampInstance field if non-nil, zero value otherwise.
func (o *CloudResponse) GetRampInstanceOk() (*bool, bool)
GetRampInstanceOk returns a tuple with the RampInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudResponse) SetRampInstance(v bool)
SetRampInstance sets RampInstance field to given value.
func (o *CloudResponse) HasRampInstance() bool
HasRampInstance returns a boolean if a field has been set.