Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.37 KB

KeysetPaginationResponse.md

File metadata and controls

48 lines (26 loc) · 1.37 KB

KeysetPaginationResponse

Properties

Name Type Description Notes
NextPage Pointer to string [optional]
PreviousPage Pointer to string [optional]

Methods

NewKeysetPaginationResponse

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.

GetNextPage

func (o *KeysetPaginationResponse) GetNextPage() string

GetNextPage returns the NextPage field if non-nil, zero value otherwise.

SetNextPage

func (o *KeysetPaginationResponse) SetNextPage(v string)

SetNextPage sets NextPage field to given value.

GetPreviousPage

func (o *KeysetPaginationResponse) GetPreviousPage() string

GetPreviousPage returns the PreviousPage field if non-nil, zero value otherwise.

SetPreviousPage

func (o *KeysetPaginationResponse) SetPreviousPage(v string)

SetPreviousPage sets PreviousPage field to given value.

[Back to Model list] [Back to API list] [Back to README]