ItemTranslationResource

Properties

Name Type Description Notes
id string   [default to undefined]
item_id string   [default to undefined]
language_id string   [default to undefined]
context_id string   [default to undefined]
name string   [default to undefined]
alternate_name string   [default to undefined]
description string   [default to undefined]
type string   [default to undefined]
holder string   [default to undefined]
owner string   [default to undefined]
initial_owner string   [default to undefined]
dates string   [default to undefined]
location string   [default to undefined]
dimensions string   [default to undefined]
place_of_production string   [default to undefined]
method_for_datation string   [default to undefined]
method_for_provenance string   [default to undefined]
obtention string   [default to undefined]
bibliography string   [default to undefined]
author_id string   [default to undefined]
text_copy_editor_id string   [default to undefined]
translator_id string   [default to undefined]
translation_copy_editor_id string   [default to undefined]
backward_compatibility string   [default to undefined]
extra Array<any>   [default to undefined]
created_at string   [default to undefined]
updated_at string   [default to undefined]
item ItemResource Relationship data [optional] [default to undefined]
language LanguageResource   [optional] [default to undefined]
context ContextResource   [optional] [default to undefined]
author AuthorResource   [optional] [default to undefined]
text_copy_editor AuthorResource   [optional] [default to undefined]
translator AuthorResource   [optional] [default to undefined]
translation_copy_editor AuthorResource   [optional] [default to undefined]

Example

import { ItemTranslationResource } from './api';

const instance: ItemTranslationResource = {
    id,
    item_id,
    language_id,
    context_id,
    name,
    alternate_name,
    description,
    type,
    holder,
    owner,
    initial_owner,
    dates,
    location,
    dimensions,
    place_of_production,
    method_for_datation,
    method_for_provenance,
    obtention,
    bibliography,
    author_id,
    text_copy_editor_id,
    translator_id,
    translation_copy_editor_id,
    backward_compatibility,
    extra,
    created_at,
    updated_at,
    item,
    language,
    context,
    author,
    text_copy_editor,
    translator,
    translation_copy_editor,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.