TagResource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier of the tag (GUID) | [default to undefined] |
| internal_name | string | The name of the tag, it shall only be used internally | [default to undefined] |
| category | string | The category of the tag (keyword, material, artist, dynasty), nullable | [default to undefined] |
| language_id | string | The language of the tag (ISO 639-3 code), nullable | [default to undefined] |
| backward_compatibility | string | The legacy Id when this tag corresponds to a legacy tag from the previous database, nullable | [default to undefined] |
| description | string | The description of the tag | [default to undefined] |
| created_at | string | Date of creation | [default to undefined] |
| updated_at | string | Date of last modification | [default to undefined] |
Example
import { TagResource } from './api';
const instance: TagResource = {
id,
internal_name,
category,
language_id,
backward_compatibility,
description,
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.