Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 4 KB

File metadata and controls

155 lines (84 loc) · 4 KB

ViewsPaginatedLinks

Properties

Name Type Description Notes
First Pointer to ViewsLink [optional]
Last Pointer to ViewsLink [optional]
Next Pointer to ViewsLink [optional]
Prev Pointer to ViewsLink [optional]
Self ViewsLink

Methods

NewViewsPaginatedLinks

func NewViewsPaginatedLinks(self ViewsLink, ) *ViewsPaginatedLinks

NewViewsPaginatedLinks instantiates a new ViewsPaginatedLinks 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

NewViewsPaginatedLinksWithDefaults

func NewViewsPaginatedLinksWithDefaults() *ViewsPaginatedLinks

NewViewsPaginatedLinksWithDefaults instantiates a new ViewsPaginatedLinks 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

GetFirst

func (o *ViewsPaginatedLinks) GetFirst() ViewsLink

GetFirst returns the First field if non-nil, zero value otherwise.

GetFirstOk

func (o *ViewsPaginatedLinks) GetFirstOk() (*ViewsLink, 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.

SetFirst

func (o *ViewsPaginatedLinks) SetFirst(v ViewsLink)

SetFirst sets First field to given value.

HasFirst

func (o *ViewsPaginatedLinks) HasFirst() bool

HasFirst returns a boolean if a field has been set.

GetLast

func (o *ViewsPaginatedLinks) GetLast() ViewsLink

GetLast returns the Last field if non-nil, zero value otherwise.

GetLastOk

func (o *ViewsPaginatedLinks) GetLastOk() (*ViewsLink, 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.

SetLast

func (o *ViewsPaginatedLinks) SetLast(v ViewsLink)

SetLast sets Last field to given value.

HasLast

func (o *ViewsPaginatedLinks) HasLast() bool

HasLast returns a boolean if a field has been set.

GetNext

func (o *ViewsPaginatedLinks) GetNext() ViewsLink

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *ViewsPaginatedLinks) GetNextOk() (*ViewsLink, 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.

SetNext

func (o *ViewsPaginatedLinks) SetNext(v ViewsLink)

SetNext sets Next field to given value.

HasNext

func (o *ViewsPaginatedLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrev

func (o *ViewsPaginatedLinks) GetPrev() ViewsLink

GetPrev returns the Prev field if non-nil, zero value otherwise.

GetPrevOk

func (o *ViewsPaginatedLinks) GetPrevOk() (*ViewsLink, 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.

SetPrev

func (o *ViewsPaginatedLinks) SetPrev(v ViewsLink)

SetPrev sets Prev field to given value.

HasPrev

func (o *ViewsPaginatedLinks) HasPrev() bool

HasPrev returns a boolean if a field has been set.

GetSelf

func (o *ViewsPaginatedLinks) GetSelf() ViewsLink

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *ViewsPaginatedLinks) GetSelfOk() (*ViewsLink, bool)

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

SetSelf

func (o *ViewsPaginatedLinks) SetSelf(v ViewsLink)

SetSelf sets Self field to given value.

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