Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.47 KB

File metadata and controls

160 lines (87 loc) · 4.47 KB

GetRecordsResponse

Properties

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]

Methods

NewGetRecordsResponse

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

NewGetRecordsResponseWithDefaults

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

GetSchemaVersion

func (o *GetRecordsResponse) GetSchemaVersion() int32

GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.

GetSchemaVersionOk

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.

SetSchemaVersion

func (o *GetRecordsResponse) SetSchemaVersion(v int32)

SetSchemaVersion sets SchemaVersion field to given value.

HasSchemaVersion

func (o *GetRecordsResponse) HasSchemaVersion() bool

HasSchemaVersion returns a boolean if a field has been set.

GetCount

func (o *GetRecordsResponse) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *GetRecordsResponse) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *GetRecordsResponse) HasCount() bool

HasCount returns a boolean if a field has been set.

GetTotalPages

func (o *GetRecordsResponse) GetTotalPages() int32

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

GetTotalPagesOk

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.

SetTotalPages

func (o *GetRecordsResponse) SetTotalPages(v int32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *GetRecordsResponse) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

GetLinks

func (o *GetRecordsResponse) GetLinks() GetZonesResponseLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

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.

SetLinks

func (o *GetRecordsResponse) SetLinks(v GetZonesResponseLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *GetRecordsResponse) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetResults

func (o *GetRecordsResponse) GetResults() GetRecordsResponseResults

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

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.

SetResults

func (o *GetRecordsResponse) SetResults(v GetRecordsResponseResults)

SetResults sets Results field to given value.

HasResults

func (o *GetRecordsResponse) HasResults() bool

HasResults returns a boolean if a field has been set.

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