| Name | Type | Description | Notes |
|---|---|---|---|
| Records | Pointer to []map[string]interface{} | [optional] |
func NewV1GlobalMetaResponseGlobalMeta() *V1GlobalMetaResponseGlobalMeta
NewV1GlobalMetaResponseGlobalMeta instantiates a new V1GlobalMetaResponseGlobalMeta 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 NewV1GlobalMetaResponseGlobalMetaWithDefaults() *V1GlobalMetaResponseGlobalMeta
NewV1GlobalMetaResponseGlobalMetaWithDefaults instantiates a new V1GlobalMetaResponseGlobalMeta 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 *V1GlobalMetaResponseGlobalMeta) GetRecords() []map[string]interface{}
GetRecords returns the Records field if non-nil, zero value otherwise.
func (o *V1GlobalMetaResponseGlobalMeta) GetRecordsOk() (*[]map[string]interface{}, bool)
GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1GlobalMetaResponseGlobalMeta) SetRecords(v []map[string]interface{})
SetRecords sets Records field to given value.
func (o *V1GlobalMetaResponseGlobalMeta) HasRecords() bool
HasRecords returns a boolean if a field has been set.