Name | Type | Description | Notes |
---|---|---|---|
Total | int32 | ||
Offset | int32 | ||
Limit | int32 | ||
Items | []map[string]interface{} |
func NewPaginationResult(total int32, offset int32, limit int32, items []map[string]interface{}, ) *PaginationResult
NewPaginationResult instantiates a new PaginationResult 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 NewPaginationResultWithDefaults() *PaginationResult
NewPaginationResultWithDefaults instantiates a new PaginationResult 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 *PaginationResult) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *PaginationResult) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationResult) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *PaginationResult) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *PaginationResult) GetOffsetOk() (*int32, 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 *PaginationResult) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *PaginationResult) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *PaginationResult) GetLimitOk() (*int32, 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 *PaginationResult) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *PaginationResult) GetItems() []map[string]interface{}
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *PaginationResult) GetItemsOk() (*[]map[string]interface{}, 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 *PaginationResult) SetItems(v []map[string]interface{})
SetItems sets Items field to given value.