TokenPaginationHeaders struct for TokenPaginationHeaders
| 20 | |
| 21 | // TokenPaginationHeaders struct for TokenPaginationHeaders |
| 22 | type 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, |
nothing calls this directly
no outgoing calls
no test coverage detected