Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.85 KB

V0040OpenapiInstancesResp.md

File metadata and controls

129 lines (70 loc) · 3.85 KB

V0040OpenapiInstancesResp

Properties

Name Type Description Notes
Instances []V0040Instance
Meta Pointer to V0040OpenapiMeta [optional]
Errors Pointer to []V0040OpenapiError [optional]
Warnings Pointer to []V0040OpenapiWarning [optional]

Methods

NewV0040OpenapiInstancesResp

func NewV0040OpenapiInstancesResp(instances []V0040Instance, ) *V0040OpenapiInstancesResp

NewV0040OpenapiInstancesResp instantiates a new V0040OpenapiInstancesResp 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

NewV0040OpenapiInstancesRespWithDefaults

func NewV0040OpenapiInstancesRespWithDefaults() *V0040OpenapiInstancesResp

NewV0040OpenapiInstancesRespWithDefaults instantiates a new V0040OpenapiInstancesResp 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

GetInstances

func (o *V0040OpenapiInstancesResp) GetInstances() []V0040Instance

GetInstances returns the Instances field if non-nil, zero value otherwise.

GetInstancesOk

func (o *V0040OpenapiInstancesResp) GetInstancesOk() (*[]V0040Instance, bool)

GetInstancesOk returns a tuple with the Instances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInstances

func (o *V0040OpenapiInstancesResp) SetInstances(v []V0040Instance)

SetInstances sets Instances field to given value.

GetMeta

func (o *V0040OpenapiInstancesResp) GetMeta() V0040OpenapiMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

func (o *V0040OpenapiInstancesResp) GetMetaOk() (*V0040OpenapiMeta, bool)

GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMeta

func (o *V0040OpenapiInstancesResp) SetMeta(v V0040OpenapiMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0040OpenapiInstancesResp) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

func (o *V0040OpenapiInstancesResp) GetErrors() []V0040OpenapiError

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *V0040OpenapiInstancesResp) GetErrorsOk() (*[]V0040OpenapiError, bool)

GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrors

func (o *V0040OpenapiInstancesResp) SetErrors(v []V0040OpenapiError)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0040OpenapiInstancesResp) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *V0040OpenapiInstancesResp) GetWarnings() []V0040OpenapiWarning

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *V0040OpenapiInstancesResp) GetWarningsOk() (*[]V0040OpenapiWarning, bool)

GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWarnings

func (o *V0040OpenapiInstancesResp) SetWarnings(v []V0040OpenapiWarning)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0040OpenapiInstancesResp) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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