ExhibitionIndex200ResponseLinks
Properties
Name | Type | Description | Notes |
---|---|---|---|
first | string | [default to undefined] | |
last | string | [default to undefined] | |
prev | string | [default to undefined] | |
next | string | [default to undefined] |
Example
import { ExhibitionIndex200ResponseLinks } from './api';
const instance: ExhibitionIndex200ResponseLinks = {
first,
last,
prev,
next,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.