ExhibitionResource

Properties

Name Type Description Notes
id string   [default to undefined]
internal_name string   [default to undefined]
backward_compatibility string   [default to undefined]
translations Array<ExhibitionTranslationResource>   [optional] [default to undefined]
partners Array<PartnerResource>   [optional] [default to undefined]
created_at string   [default to undefined]
updated_at string   [default to undefined]

Example

import { ExhibitionResource } from './api';

const instance: ExhibitionResource = {
    id,
    internal_name,
    backward_compatibility,
    translations,
    partners,
    created_at,
    updated_at,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.