ExhibitionTranslationStoreRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
exhibition_id | string | [default to undefined] | |
language_id | string | [default to undefined] | |
context_id | string | [default to undefined] | |
title | string | [default to undefined] | |
description | string | [default to undefined] | |
url | string | [optional] [default to undefined] | |
backward_compatibility | string | [optional] [default to undefined] | |
extra | Array<string> | [optional] [default to undefined] |
Example
import { ExhibitionTranslationStoreRequest } from './api';
const instance: ExhibitionTranslationStoreRequest = {
exhibition_id,
language_id,
context_id,
title,
description,
url,
backward_compatibility,
extra,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.