Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.86 KB

File metadata and controls

56 lines (31 loc) · 1.86 KB

V1GlobalMetaResponseGlobalMeta

Properties

Name Type Description Notes
Records Pointer to []map[string]interface{} [optional]

Methods

NewV1GlobalMetaResponseGlobalMeta

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

NewV1GlobalMetaResponseGlobalMetaWithDefaults

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

GetRecords

func (o *V1GlobalMetaResponseGlobalMeta) GetRecords() []map[string]interface{}

GetRecords returns the Records field if non-nil, zero value otherwise.

GetRecordsOk

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.

SetRecords

func (o *V1GlobalMetaResponseGlobalMeta) SetRecords(v []map[string]interface{})

SetRecords sets Records field to given value.

HasRecords

func (o *V1GlobalMetaResponseGlobalMeta) HasRecords() bool

HasRecords returns a boolean if a field has been set.

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