| 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] |
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
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
func (o *V1GlobalMetaResponse) GetGlobalMeta() V1GlobalMetaResponseGlobalMeta
GetGlobalMeta returns the GlobalMeta field if non-nil, zero value otherwise.
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.
func (o *V1GlobalMetaResponse) SetGlobalMeta(v V1GlobalMetaResponseGlobalMeta)
SetGlobalMeta sets GlobalMeta field to given value.
func (o *V1GlobalMetaResponse) HasGlobalMeta() bool
HasGlobalMeta returns a boolean if a field has been set.
func (o *V1GlobalMetaResponse) GetTotalRecords() int32
GetTotalRecords returns the TotalRecords field if non-nil, zero value otherwise.
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.
func (o *V1GlobalMetaResponse) SetTotalRecords(v int32)
SetTotalRecords sets TotalRecords field to given value.
func (o *V1GlobalMetaResponse) HasTotalRecords() bool
HasTotalRecords returns a boolean if a field has been set.
func (o *V1GlobalMetaResponse) GetTotalPages() int32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
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.
func (o *V1GlobalMetaResponse) SetTotalPages(v int32)
SetTotalPages sets TotalPages field to given value.
func (o *V1GlobalMetaResponse) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *V1GlobalMetaResponse) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
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.
func (o *V1GlobalMetaResponse) SetPage(v int32)
SetPage sets Page field to given value.
func (o *V1GlobalMetaResponse) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *V1GlobalMetaResponse) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
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.
func (o *V1GlobalMetaResponse) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *V1GlobalMetaResponse) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *V1GlobalMetaResponse) GetRefineSearch() bool
GetRefineSearch returns the RefineSearch field if non-nil, zero value otherwise.
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.
func (o *V1GlobalMetaResponse) SetRefineSearch(v bool)
SetRefineSearch sets RefineSearch field to given value.
func (o *V1GlobalMetaResponse) HasRefineSearch() bool
HasRefineSearch returns a boolean if a field has been set.