Name | Type | Description | Notes |
---|---|---|---|
NextCursor | Pointer to string | Cursor for the next page. | [optional] |
Limit | Pointer to int32 | Maximum number of results returned. | [optional] |
func NewPaginationCursorMeta() *PaginationCursorMeta
NewPaginationCursorMeta instantiates a new PaginationCursorMeta 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 NewPaginationCursorMetaWithDefaults() *PaginationCursorMeta
NewPaginationCursorMetaWithDefaults instantiates a new PaginationCursorMeta 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 *PaginationCursorMeta) GetNextCursor() string
GetNextCursor returns the NextCursor field if non-nil, zero value otherwise.
func (o *PaginationCursorMeta) 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 *PaginationCursorMeta) SetNextCursor(v string)
SetNextCursor sets NextCursor field to given value.
func (o *PaginationCursorMeta) HasNextCursor() bool
HasNextCursor returns a boolean if a field has been set.
func (o *PaginationCursorMeta) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *PaginationCursorMeta) 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 *PaginationCursorMeta) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *PaginationCursorMeta) HasLimit() bool
HasLimit returns a boolean if a field has been set.