MCPcopy
hub / github.com/ory/hydra / TokenPaginationHeaders

Struct TokenPaginationHeaders

internal/httpclient/model_token_pagination_headers.go:22–27  ·  view source on GitHub ↗

TokenPaginationHeaders struct for TokenPaginationHeaders

Source from the content-addressed store, hash-verified

20
21// TokenPaginationHeaders struct for TokenPaginationHeaders
22type TokenPaginationHeaders struct {
23 // The link header contains pagination links. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). in: header
24 Link *string `json:"link,omitempty"`
25 // The total number of clients. in: header
26 XTotalCount *string `json:"x-total-count,omitempty"`
27}
28
29// NewTokenPaginationHeaders instantiates a new TokenPaginationHeaders object
30// This constructor will assign default values to properties that have it defined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected