Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.06 KB

PaginationLink.md

File metadata and controls

82 lines (45 loc) · 2.06 KB

PaginationLink

Properties

Name Type Description Notes
Rel Pointer to string [optional]
Uri Pointer to string [optional]

Methods

NewPaginationLink

func NewPaginationLink() *PaginationLink

NewPaginationLink instantiates a new PaginationLink 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

NewPaginationLinkWithDefaults

func NewPaginationLinkWithDefaults() *PaginationLink

NewPaginationLinkWithDefaults instantiates a new PaginationLink 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

GetRel

func (o *PaginationLink) GetRel() string

GetRel returns the Rel field if non-nil, zero value otherwise.

GetRelOk

func (o *PaginationLink) GetRelOk() (*string, bool)

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

SetRel

func (o *PaginationLink) SetRel(v string)

SetRel sets Rel field to given value.

HasRel

func (o *PaginationLink) HasRel() bool

HasRel returns a boolean if a field has been set.

GetUri

func (o *PaginationLink) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

func (o *PaginationLink) GetUriOk() (*string, bool)

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

SetUri

func (o *PaginationLink) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *PaginationLink) HasUri() bool

HasUri returns a boolean if a field has been set.

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