Name | Type | Description | Notes |
---|---|---|---|
MoreResults | Pointer to bool | [optional] | |
NextOffset | Pointer to int32 | [optional] | |
NumberOfResults | Pointer to int32 | [optional] |
func NewPaginationRestResponseComponent() *PaginationRestResponseComponent
NewPaginationRestResponseComponent instantiates a new PaginationRestResponseComponent 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 NewPaginationRestResponseComponentWithDefaults() *PaginationRestResponseComponent
NewPaginationRestResponseComponentWithDefaults instantiates a new PaginationRestResponseComponent 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 *PaginationRestResponseComponent) GetMoreResults() bool
GetMoreResults returns the MoreResults field if non-nil, zero value otherwise.
func (o *PaginationRestResponseComponent) GetMoreResultsOk() (*bool, bool)
GetMoreResultsOk returns a tuple with the MoreResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationRestResponseComponent) SetMoreResults(v bool)
SetMoreResults sets MoreResults field to given value.
func (o *PaginationRestResponseComponent) HasMoreResults() bool
HasMoreResults returns a boolean if a field has been set.
func (o *PaginationRestResponseComponent) GetNextOffset() int32
GetNextOffset returns the NextOffset field if non-nil, zero value otherwise.
func (o *PaginationRestResponseComponent) GetNextOffsetOk() (*int32, bool)
GetNextOffsetOk returns a tuple with the NextOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationRestResponseComponent) SetNextOffset(v int32)
SetNextOffset sets NextOffset field to given value.
func (o *PaginationRestResponseComponent) HasNextOffset() bool
HasNextOffset returns a boolean if a field has been set.
func (o *PaginationRestResponseComponent) GetNumberOfResults() int32
GetNumberOfResults returns the NumberOfResults field if non-nil, zero value otherwise.
func (o *PaginationRestResponseComponent) GetNumberOfResultsOk() (*int32, bool)
GetNumberOfResultsOk returns a tuple with the NumberOfResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginationRestResponseComponent) SetNumberOfResults(v int32)
SetNumberOfResults sets NumberOfResults field to given value.
func (o *PaginationRestResponseComponent) HasNumberOfResults() bool
HasNumberOfResults returns a boolean if a field has been set.