| Name | Type | Description | Notes |
|---|---|---|---|
| HasMore | bool | ||
| NextCursor | NullableString |
func NewPagination(hasMore bool, nextCursor NullableString, ) *Pagination
NewPagination instantiates a new Pagination 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 NewPaginationWithDefaults() *Pagination
NewPaginationWithDefaults instantiates a new Pagination 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 *Pagination) GetHasMore() bool
GetHasMore returns the HasMore field if non-nil, zero value otherwise.
func (o *Pagination) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Pagination) SetHasMore(v bool)
SetHasMore sets HasMore field to given value.
func (o *Pagination) GetNextCursor() string
GetNextCursor returns the NextCursor field if non-nil, zero value otherwise.
func (o *Pagination) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Pagination) SetNextCursor(v string)
SetNextCursor sets NextCursor field to given value.
func (o *Pagination) SetNextCursorNil(b bool)
SetNextCursorNil sets the value for NextCursor to be an explicit nil
func (o *Pagination) UnsetNextCursor()
UnsetNextCursor ensures that no value is present for NextCursor, not even an explicit nil