ExhibitionIndex200ResponseMeta
Properties
Name | Type | Description | Notes |
---|---|---|---|
current_page | number | [default to undefined] | |
from | number | [default to undefined] | |
last_page | number | [default to undefined] | |
links | Array<ExhibitionIndex200ResponseMetaLinksInner> | Generated paginator links. | [default to undefined] |
path | string | Base path for paginator generated URLs. | [default to undefined] |
per_page | number | Number of items shown per page. | [default to undefined] |
to | number | Number of the last item in the slice. | [default to undefined] |
total | number | Total number of items being paginated. | [default to undefined] |
Example
import { ExhibitionIndex200ResponseMeta } from './api';
const instance: ExhibitionIndex200ResponseMeta = {
current_page,
from,
last_page,
links,
path,
per_page,
to,
total,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.