Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

CloudResponse.md

File metadata and controls

82 lines (45 loc) · 2.32 KB

CloudResponse

Properties

Name Type Description Notes
CloudInstance Pointer to bool [optional]
RampInstance Pointer to bool [optional]

Methods

NewCloudResponse

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

NewCloudResponseWithDefaults

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

GetCloudInstance

func (o *CloudResponse) GetCloudInstance() bool

GetCloudInstance returns the CloudInstance field if non-nil, zero value otherwise.

GetCloudInstanceOk

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.

SetCloudInstance

func (o *CloudResponse) SetCloudInstance(v bool)

SetCloudInstance sets CloudInstance field to given value.

HasCloudInstance

func (o *CloudResponse) HasCloudInstance() bool

HasCloudInstance returns a boolean if a field has been set.

GetRampInstance

func (o *CloudResponse) GetRampInstance() bool

GetRampInstance returns the RampInstance field if non-nil, zero value otherwise.

GetRampInstanceOk

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.

SetRampInstance

func (o *CloudResponse) SetRampInstance(v bool)

SetRampInstance sets RampInstance field to given value.

HasRampInstance

func (o *CloudResponse) HasRampInstance() bool

HasRampInstance returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]