Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.82 KB

V0040OpenapiClustersResp.md

File metadata and controls

129 lines (70 loc) · 3.82 KB

V0040OpenapiClustersResp

Properties

Name Type Description Notes
Clusters []V0040ClusterRec
Meta Pointer to V0040OpenapiMeta [optional]
Errors Pointer to []V0040OpenapiError [optional]
Warnings Pointer to []V0040OpenapiWarning [optional]

Methods

NewV0040OpenapiClustersResp

func NewV0040OpenapiClustersResp(clusters []V0040ClusterRec, ) *V0040OpenapiClustersResp

NewV0040OpenapiClustersResp instantiates a new V0040OpenapiClustersResp 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

NewV0040OpenapiClustersRespWithDefaults

func NewV0040OpenapiClustersRespWithDefaults() *V0040OpenapiClustersResp

NewV0040OpenapiClustersRespWithDefaults instantiates a new V0040OpenapiClustersResp 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

GetClusters

func (o *V0040OpenapiClustersResp) GetClusters() []V0040ClusterRec

GetClusters returns the Clusters field if non-nil, zero value otherwise.

GetClustersOk

func (o *V0040OpenapiClustersResp) GetClustersOk() (*[]V0040ClusterRec, bool)

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

SetClusters

func (o *V0040OpenapiClustersResp) SetClusters(v []V0040ClusterRec)

SetClusters sets Clusters field to given value.

GetMeta

func (o *V0040OpenapiClustersResp) GetMeta() V0040OpenapiMeta

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

GetMetaOk

func (o *V0040OpenapiClustersResp) 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 *V0040OpenapiClustersResp) SetMeta(v V0040OpenapiMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0040OpenapiClustersResp) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

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

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

GetErrorsOk

func (o *V0040OpenapiClustersResp) 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 *V0040OpenapiClustersResp) SetErrors(v []V0040OpenapiError)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0040OpenapiClustersResp) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

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

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

GetWarningsOk

func (o *V0040OpenapiClustersResp) 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 *V0040OpenapiClustersResp) SetWarnings(v []V0040OpenapiWarning)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0040OpenapiClustersResp) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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