Name | Type | Description | Notes |
---|---|---|---|
Rel | Pointer to string | [optional] | |
Uri | Pointer to string | [optional] |
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
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
func (o *PaginationLink) GetRel() string
GetRel returns the Rel field if non-nil, zero value otherwise.
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.
func (o *PaginationLink) SetRel(v string)
SetRel sets Rel field to given value.
func (o *PaginationLink) HasRel() bool
HasRel returns a boolean if a field has been set.
func (o *PaginationLink) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
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.
func (o *PaginationLink) SetUri(v string)
SetUri sets Uri field to given value.
func (o *PaginationLink) HasUri() bool
HasUri returns a boolean if a field has been set.