| Name | Type | Description | Notes |
|---|---|---|---|
| SchemaVersion | Pointer to int32 | The schema version | [optional] |
| Count | Pointer to int32 | Number of records | [optional] |
| TotalPages | Pointer to int32 | The total pages | [optional] |
| Links | Pointer to GetZonesResponseLinks | [optional] | |
| Results | Pointer to GetRecordsResponseResults | [optional] |
func NewGetRecordsResponse() *GetRecordsResponse
NewGetRecordsResponse instantiates a new GetRecordsResponse 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 NewGetRecordsResponseWithDefaults() *GetRecordsResponse
NewGetRecordsResponseWithDefaults instantiates a new GetRecordsResponse 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 *GetRecordsResponse) GetSchemaVersion() int32
GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.
func (o *GetRecordsResponse) GetSchemaVersionOk() (*int32, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecordsResponse) SetSchemaVersion(v int32)
SetSchemaVersion sets SchemaVersion field to given value.
func (o *GetRecordsResponse) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (o *GetRecordsResponse) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *GetRecordsResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecordsResponse) SetCount(v int32)
SetCount sets Count field to given value.
func (o *GetRecordsResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *GetRecordsResponse) GetTotalPages() int32
GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.
func (o *GetRecordsResponse) 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 *GetRecordsResponse) SetTotalPages(v int32)
SetTotalPages sets TotalPages field to given value.
func (o *GetRecordsResponse) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (o *GetRecordsResponse) GetLinks() GetZonesResponseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *GetRecordsResponse) GetLinksOk() (*GetZonesResponseLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecordsResponse) SetLinks(v GetZonesResponseLinks)
SetLinks sets Links field to given value.
func (o *GetRecordsResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *GetRecordsResponse) GetResults() GetRecordsResponseResults
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *GetRecordsResponse) GetResultsOk() (*GetRecordsResponseResults, 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.
func (o *GetRecordsResponse) SetResults(v GetRecordsResponseResults)
SetResults sets Results field to given value.
func (o *GetRecordsResponse) HasResults() bool
HasResults returns a boolean if a field has been set.