Name | Type | Description | Notes |
---|---|---|---|
First | Pointer to NullableString | [optional] | |
Prev | Pointer to NullableString | [optional] | |
Next | Pointer to NullableString | [optional] | |
Last | Pointer to NullableString | [optional] |
func NewLinksPaged() *LinksPaged
NewLinksPaged instantiates a new LinksPaged 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 NewLinksPagedWithDefaults() *LinksPaged
NewLinksPagedWithDefaults instantiates a new LinksPaged 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 *LinksPaged) GetFirst() string
GetFirst returns the First field if non-nil, zero value otherwise.
func (o *LinksPaged) GetFirstOk() (*string, bool)
GetFirstOk returns a tuple with the First field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinksPaged) SetFirst(v string)
SetFirst sets First field to given value.
func (o *LinksPaged) HasFirst() bool
HasFirst returns a boolean if a field has been set.
func (o *LinksPaged) SetFirstNil(b bool)
SetFirstNil sets the value for First to be an explicit nil
func (o *LinksPaged) UnsetFirst()
UnsetFirst ensures that no value is present for First, not even an explicit nil
func (o *LinksPaged) GetPrev() string
GetPrev returns the Prev field if non-nil, zero value otherwise.
func (o *LinksPaged) GetPrevOk() (*string, bool)
GetPrevOk returns a tuple with the Prev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinksPaged) SetPrev(v string)
SetPrev sets Prev field to given value.
func (o *LinksPaged) HasPrev() bool
HasPrev returns a boolean if a field has been set.
func (o *LinksPaged) SetPrevNil(b bool)
SetPrevNil sets the value for Prev to be an explicit nil
func (o *LinksPaged) UnsetPrev()
UnsetPrev ensures that no value is present for Prev, not even an explicit nil
func (o *LinksPaged) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *LinksPaged) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinksPaged) SetNext(v string)
SetNext sets Next field to given value.
func (o *LinksPaged) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *LinksPaged) SetNextNil(b bool)
SetNextNil sets the value for Next to be an explicit nil
func (o *LinksPaged) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil
func (o *LinksPaged) GetLast() string
GetLast returns the Last field if non-nil, zero value otherwise.
func (o *LinksPaged) GetLastOk() (*string, bool)
GetLastOk returns a tuple with the Last field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinksPaged) SetLast(v string)
SetLast sets Last field to given value.
func (o *LinksPaged) HasLast() bool
HasLast returns a boolean if a field has been set.
func (o *LinksPaged) SetLastNil(b bool)
SetLastNil sets the value for Last to be an explicit nil
func (o *LinksPaged) UnsetLast()
UnsetLast ensures that no value is present for Last, not even an explicit nil