Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.06 KB

File metadata and controls

82 lines (45 loc) · 2.06 KB

V1NextPage

Properties

Name Type Description Notes
Before Pointer to string [optional]
Limit Pointer to int64 [optional]

Methods

NewV1NextPage

func NewV1NextPage() *V1NextPage

NewV1NextPage instantiates a new V1NextPage 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

NewV1NextPageWithDefaults

func NewV1NextPageWithDefaults() *V1NextPage

NewV1NextPageWithDefaults instantiates a new V1NextPage 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

GetBefore

func (o *V1NextPage) GetBefore() string

GetBefore returns the Before field if non-nil, zero value otherwise.

GetBeforeOk

func (o *V1NextPage) GetBeforeOk() (*string, bool)

GetBeforeOk returns a tuple with the Before field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBefore

func (o *V1NextPage) SetBefore(v string)

SetBefore sets Before field to given value.

HasBefore

func (o *V1NextPage) HasBefore() bool

HasBefore returns a boolean if a field has been set.

GetLimit

func (o *V1NextPage) GetLimit() int64

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *V1NextPage) GetLimitOk() (*int64, 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.

SetLimit

func (o *V1NextPage) SetLimit(v int64)

SetLimit sets Limit field to given value.

HasLimit

func (o *V1NextPage) HasLimit() bool

HasLimit returns a boolean if a field has been set.

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