ExhibitionIndex200ResponseMetaLinksInner

Properties

Name Type Description Notes
url string   [default to undefined]
label string   [default to undefined]
active boolean   [default to undefined]

Example

import { ExhibitionIndex200ResponseMetaLinksInner } from './api';

const instance: ExhibitionIndex200ResponseMetaLinksInner = {
    url,
    label,
    active,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.