Back to Hydra

KeysetPaginationResponseHeaders

internal/httpclient/docs/KeysetPaginationResponseHeaders.md

26.2.02.3 KB
Original Source

KeysetPaginationResponseHeaders

Properties

NameTypeDescriptionNotes
LinkPointer to stringThe Link HTTP Header The `Link` header contains a comma-delimited list of links to the following pages: first: The first page of results. next: The next page of results. Pages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples: </admin/sessions?page_size=250&page_token={last_item_uuid}; rel=&quot;first&quot;,/admin/sessions?page_size=250&page_token=>; rel=&quot;next&quot;[optional]

Methods

NewKeysetPaginationResponseHeaders

func NewKeysetPaginationResponseHeaders() *KeysetPaginationResponseHeaders

NewKeysetPaginationResponseHeaders instantiates a new KeysetPaginationResponseHeaders 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

NewKeysetPaginationResponseHeadersWithDefaults

func NewKeysetPaginationResponseHeadersWithDefaults() *KeysetPaginationResponseHeaders

NewKeysetPaginationResponseHeadersWithDefaults instantiates a new KeysetPaginationResponseHeaders 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 *KeysetPaginationResponseHeaders) GetLink() string

GetLink returns the Link field if non-nil, zero value otherwise.

GetLinkOk

func (o *KeysetPaginationResponseHeaders) GetLinkOk() (*string, bool)

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

func (o *KeysetPaginationResponseHeaders) SetLink(v string)

SetLink sets Link field to given value.

func (o *KeysetPaginationResponseHeaders) HasLink() bool

HasLink returns a boolean if a field has been set.

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