internal/httpclient/docs/KeysetPaginationResponseHeaders.md
| Name | Type | Description | Notes |
|---|---|---|---|
| Link | Pointer to string | The 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="first",/admin/sessions?page_size=250&page_token=>; rel="next" | [optional] |
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
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.
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.