Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.08 KB

GetLkeClusterPools200Response.md

File metadata and controls

134 lines (73 loc) · 4.08 KB

GetLkeClusterPools200Response

Properties

Name Type Description Notes
Data Pointer to []GetLkeClusterPools200ResponseDataInner [optional]
Page Pointer to int32 The current page. [optional] [readonly]
Pages Pointer to int32 The total number of pages. [optional] [readonly]
Results Pointer to int32 The total number of results. [optional] [readonly]

Methods

NewGetLkeClusterPools200Response

func NewGetLkeClusterPools200Response() *GetLkeClusterPools200Response

NewGetLkeClusterPools200Response instantiates a new GetLkeClusterPools200Response 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

NewGetLkeClusterPools200ResponseWithDefaults

func NewGetLkeClusterPools200ResponseWithDefaults() *GetLkeClusterPools200Response

NewGetLkeClusterPools200ResponseWithDefaults instantiates a new GetLkeClusterPools200Response 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

GetData

func (o *GetLkeClusterPools200Response) GetData() []GetLkeClusterPools200ResponseDataInner

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *GetLkeClusterPools200Response) GetDataOk() (*[]GetLkeClusterPools200ResponseDataInner, bool)

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

SetData

func (o *GetLkeClusterPools200Response) SetData(v []GetLkeClusterPools200ResponseDataInner)

SetData sets Data field to given value.

HasData

func (o *GetLkeClusterPools200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetPage

func (o *GetLkeClusterPools200Response) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *GetLkeClusterPools200Response) GetPageOk() (*int32, bool)

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

SetPage

func (o *GetLkeClusterPools200Response) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *GetLkeClusterPools200Response) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPages

func (o *GetLkeClusterPools200Response) GetPages() int32

GetPages returns the Pages field if non-nil, zero value otherwise.

GetPagesOk

func (o *GetLkeClusterPools200Response) GetPagesOk() (*int32, bool)

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

SetPages

func (o *GetLkeClusterPools200Response) SetPages(v int32)

SetPages sets Pages field to given value.

HasPages

func (o *GetLkeClusterPools200Response) HasPages() bool

HasPages returns a boolean if a field has been set.

GetResults

func (o *GetLkeClusterPools200Response) GetResults() int32

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *GetLkeClusterPools200Response) GetResultsOk() (*int32, bool)

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

SetResults

func (o *GetLkeClusterPools200Response) SetResults(v int32)

SetResults sets Results field to given value.

HasResults

func (o *GetLkeClusterPools200Response) HasResults() bool

HasResults returns a boolean if a field has been set.

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