Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.2 KB

File metadata and controls

186 lines (101 loc) · 5.2 KB

V1GlobalMetaResponse

Properties

Name Type Description Notes
GlobalMeta Pointer to V1GlobalMetaResponseGlobalMeta [optional]
TotalRecords Pointer to int32 [optional]
TotalPages Pointer to int32 [optional]
Page Pointer to int32 [optional]
PageSize Pointer to int32 [optional]
RefineSearch Pointer to bool [optional]

Methods

NewV1GlobalMetaResponse

func NewV1GlobalMetaResponse() *V1GlobalMetaResponse

NewV1GlobalMetaResponse instantiates a new V1GlobalMetaResponse 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

NewV1GlobalMetaResponseWithDefaults

func NewV1GlobalMetaResponseWithDefaults() *V1GlobalMetaResponse

NewV1GlobalMetaResponseWithDefaults instantiates a new V1GlobalMetaResponse 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

GetGlobalMeta

func (o *V1GlobalMetaResponse) GetGlobalMeta() V1GlobalMetaResponseGlobalMeta

GetGlobalMeta returns the GlobalMeta field if non-nil, zero value otherwise.

GetGlobalMetaOk

func (o *V1GlobalMetaResponse) GetGlobalMetaOk() (*V1GlobalMetaResponseGlobalMeta, bool)

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

SetGlobalMeta

func (o *V1GlobalMetaResponse) SetGlobalMeta(v V1GlobalMetaResponseGlobalMeta)

SetGlobalMeta sets GlobalMeta field to given value.

HasGlobalMeta

func (o *V1GlobalMetaResponse) HasGlobalMeta() bool

HasGlobalMeta returns a boolean if a field has been set.

GetTotalRecords

func (o *V1GlobalMetaResponse) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field if non-nil, zero value otherwise.

GetTotalRecordsOk

func (o *V1GlobalMetaResponse) GetTotalRecordsOk() (*int32, bool)

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

SetTotalRecords

func (o *V1GlobalMetaResponse) SetTotalRecords(v int32)

SetTotalRecords sets TotalRecords field to given value.

HasTotalRecords

func (o *V1GlobalMetaResponse) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

GetTotalPages

func (o *V1GlobalMetaResponse) GetTotalPages() int32

GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.

GetTotalPagesOk

func (o *V1GlobalMetaResponse) GetTotalPagesOk() (*int32, bool)

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

SetTotalPages

func (o *V1GlobalMetaResponse) SetTotalPages(v int32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *V1GlobalMetaResponse) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

GetPage

func (o *V1GlobalMetaResponse) GetPage() int32

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

GetPageOk

func (o *V1GlobalMetaResponse) 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 *V1GlobalMetaResponse) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *V1GlobalMetaResponse) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPageSize

func (o *V1GlobalMetaResponse) GetPageSize() int32

GetPageSize returns the PageSize field if non-nil, zero value otherwise.

GetPageSizeOk

func (o *V1GlobalMetaResponse) GetPageSizeOk() (*int32, bool)

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

SetPageSize

func (o *V1GlobalMetaResponse) SetPageSize(v int32)

SetPageSize sets PageSize field to given value.

HasPageSize

func (o *V1GlobalMetaResponse) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

GetRefineSearch

func (o *V1GlobalMetaResponse) GetRefineSearch() bool

GetRefineSearch returns the RefineSearch field if non-nil, zero value otherwise.

GetRefineSearchOk

func (o *V1GlobalMetaResponse) GetRefineSearchOk() (*bool, bool)

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

SetRefineSearch

func (o *V1GlobalMetaResponse) SetRefineSearch(v bool)

SetRefineSearch sets RefineSearch field to given value.

HasRefineSearch

func (o *V1GlobalMetaResponse) HasRefineSearch() bool

HasRefineSearch returns a boolean if a field has been set.

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