ItemTranslationUpdateRequest

Properties

Name Type Description Notes
item_id string   [optional] [default to undefined]
language_id string   [optional] [default to undefined]
context_id string   [optional] [default to undefined]
name string   [optional] [default to undefined]
alternate_name string   [optional] [default to undefined]
description string   [optional] [default to undefined]
type string   [optional] [default to undefined]
holder string   [optional] [default to undefined]
owner string   [optional] [default to undefined]
initial_owner string   [optional] [default to undefined]
dates string   [optional] [default to undefined]
location string   [optional] [default to undefined]
dimensions string   [optional] [default to undefined]
place_of_production string   [optional] [default to undefined]
method_for_datation string   [optional] [default to undefined]
method_for_provenance string   [optional] [default to undefined]
obtention string   [optional] [default to undefined]
bibliography string   [optional] [default to undefined]
author_id string   [optional] [default to undefined]
text_copy_editor_id string   [optional] [default to undefined]
translator_id string   [optional] [default to undefined]
translation_copy_editor_id string   [optional] [default to undefined]
backward_compatibility string   [optional] [default to undefined]
extra Array<string>   [optional] [default to undefined]

Example

import { ItemTranslationUpdateRequest } from './api';

const instance: ItemTranslationUpdateRequest = {
    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,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.