Name | Type | Description | Notes |
---|---|---|---|
NextPage | Pointer to string | [optional] | |
PreviousPage | Pointer to string | [optional] |
func NewKeysetPaginationResponse() *KeysetPaginationResponse
NewKeysetPaginationResponse instantiates a new KeysetPaginationResponse 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 (o *KeysetPaginationResponse) GetNextPage() string
GetNextPage returns the NextPage field if non-nil, zero value otherwise.
func (o *KeysetPaginationResponse) SetNextPage(v string)
SetNextPage sets NextPage field to given value.
func (o *KeysetPaginationResponse) GetPreviousPage() string
GetPreviousPage returns the PreviousPage field if non-nil, zero value otherwise.
func (o *KeysetPaginationResponse) SetPreviousPage(v string)
SetPreviousPage sets PreviousPage field to given value.