PictureTranslationResource

Properties

Name Type Description Notes
id string   [default to undefined]
picture_id string   [default to undefined]
language_id string   [default to undefined]
context_id string   [default to undefined]
description string   [default to undefined]
caption 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]

Example

import { PictureTranslationResource } from './api';

const instance: PictureTranslationResource = {
    id,
    picture_id,
    language_id,
    context_id,
    description,
    caption,
    author_id,
    text_copy_editor_id,
    translator_id,
    translation_copy_editor_id,
    backward_compatibility,
    extra,
    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.