Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 3.95 KB

File metadata and controls

155 lines (84 loc) · 3.95 KB

PaginatedLinks

Properties

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

Methods

NewPaginatedLinks

func NewPaginatedLinks(self AiConfigsLink, ) *PaginatedLinks

NewPaginatedLinks instantiates a new PaginatedLinks 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

NewPaginatedLinksWithDefaults

func NewPaginatedLinksWithDefaults() *PaginatedLinks

NewPaginatedLinksWithDefaults instantiates a new PaginatedLinks 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 *PaginatedLinks) GetFirst() AiConfigsLink

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

GetFirstOk

func (o *PaginatedLinks) GetFirstOk() (*AiConfigsLink, 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 *PaginatedLinks) SetFirst(v AiConfigsLink)

SetFirst sets First field to given value.

HasFirst

func (o *PaginatedLinks) HasFirst() bool

HasFirst returns a boolean if a field has been set.

GetLast

func (o *PaginatedLinks) GetLast() AiConfigsLink

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

GetLastOk

func (o *PaginatedLinks) GetLastOk() (*AiConfigsLink, 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 *PaginatedLinks) SetLast(v AiConfigsLink)

SetLast sets Last field to given value.

HasLast

func (o *PaginatedLinks) HasLast() bool

HasLast returns a boolean if a field has been set.

GetNext

func (o *PaginatedLinks) GetNext() AiConfigsLink

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

GetNextOk

func (o *PaginatedLinks) GetNextOk() (*AiConfigsLink, 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 *PaginatedLinks) SetNext(v AiConfigsLink)

SetNext sets Next field to given value.

HasNext

func (o *PaginatedLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrev

func (o *PaginatedLinks) GetPrev() AiConfigsLink

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

GetPrevOk

func (o *PaginatedLinks) GetPrevOk() (*AiConfigsLink, 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 *PaginatedLinks) SetPrev(v AiConfigsLink)

SetPrev sets Prev field to given value.

HasPrev

func (o *PaginatedLinks) HasPrev() bool

HasPrev returns a boolean if a field has been set.

GetSelf

func (o *PaginatedLinks) GetSelf() AiConfigsLink

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

GetSelfOk

func (o *PaginatedLinks) GetSelfOk() (*AiConfigsLink, 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 *PaginatedLinks) SetSelf(v AiConfigsLink)

SetSelf sets Self field to given value.

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