| Name | Type | Description | Notes |
|---|---|---|---|
| Before | Pointer to string | [optional] | |
| Limit | Pointer to int64 | [optional] |
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
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
func (o *V1NextPage) GetBefore() string
GetBefore returns the Before field if non-nil, zero value otherwise.
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.
func (o *V1NextPage) SetBefore(v string)
SetBefore sets Before field to given value.
func (o *V1NextPage) HasBefore() bool
HasBefore returns a boolean if a field has been set.
func (o *V1NextPage) GetLimit() int64
GetLimit returns the Limit field if non-nil, zero value otherwise.
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.
func (o *V1NextPage) SetLimit(v int64)
SetLimit sets Limit field to given value.
func (o *V1NextPage) HasLimit() bool
HasLimit returns a boolean if a field has been set.