Back to Hydra

TokenPaginationHeaders

internal/httpclient/docs/TokenPaginationHeaders.md

26.2.02.6 KB
Original Source

TokenPaginationHeaders

Properties

NameTypeDescriptionNotes
LinkPointer to stringThe link header contains pagination links. For details on pagination please head over to the pagination documentation. in: header[optional]
XTotalCountPointer to stringThe total number of clients. in: header[optional]

Methods

NewTokenPaginationHeaders

func NewTokenPaginationHeaders() *TokenPaginationHeaders

NewTokenPaginationHeaders instantiates a new TokenPaginationHeaders 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

NewTokenPaginationHeadersWithDefaults

func NewTokenPaginationHeadersWithDefaults() *TokenPaginationHeaders

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

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

GetLinkOk

func (o *TokenPaginationHeaders) 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 *TokenPaginationHeaders) SetLink(v string)

SetLink sets Link field to given value.

func (o *TokenPaginationHeaders) HasLink() bool

HasLink returns a boolean if a field has been set.

GetXTotalCount

func (o *TokenPaginationHeaders) GetXTotalCount() string

GetXTotalCount returns the XTotalCount field if non-nil, zero value otherwise.

GetXTotalCountOk

func (o *TokenPaginationHeaders) GetXTotalCountOk() (*string, bool)

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

SetXTotalCount

func (o *TokenPaginationHeaders) SetXTotalCount(v string)

SetXTotalCount sets XTotalCount field to given value.

HasXTotalCount

func (o *TokenPaginationHeaders) HasXTotalCount() bool

HasXTotalCount returns a boolean if a field has been set.

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