RecordReadList
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewRecordReadList(id string, type_ string, href string, items []RecordRead, offset float32, limit float32, links Links, ) *RecordReadList
NewRecordReadList instantiates a new RecordReadList 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 NewRecordReadListWithDefaults() *RecordReadList
NewRecordReadListWithDefaults instantiates a new RecordReadList 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 *RecordReadList) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RecordReadList) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordReadList) SetId(v string)
SetId sets Id field to given value.
func (o *RecordReadList) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RecordReadList) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordReadList) SetType(v string)
SetType sets Type field to given value.
func (o *RecordReadList) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *RecordReadList) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordReadList) SetHref(v string)
SetHref sets Href field to given value.
func (o *RecordReadList) GetItems() []RecordRead
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *RecordReadList) GetItemsOk() (*[]RecordRead, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordReadList) SetItems(v []RecordRead)
SetItems sets Items field to given value.
func (o *RecordReadList) GetOffset() float32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *RecordReadList) GetOffsetOk() (*float32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordReadList) SetOffset(v float32)
SetOffset sets Offset field to given value.
func (o *RecordReadList) GetLimit() float32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *RecordReadList) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordReadList) SetLimit(v float32)
SetLimit sets Limit field to given value.
func (o *RecordReadList) GetLinks() Links
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *RecordReadList) GetLinksOk() (*Links, 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 *RecordReadList) SetLinks(v Links)
SetLinks sets Links field to given value.
Id
string
The resource's unique identifier.
[readonly]
Type
string
Href
string
[readonly]
Items
Offset
float32
Pagination offset.
[readonly]
Limit
float32
Pagination limit.
[readonly]
Links