DetailTranslationResource

Properties

Name Type Description Notes
id string   [default to undefined]
detail_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]
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]
detail DetailResource 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 { DetailTranslationResource } from './api';

const instance: DetailTranslationResource = {
    id,
    detail_id,
    language_id,
    context_id,
    name,
    alternate_name,
    description,
    author_id,
    text_copy_editor_id,
    translator_id,
    translation_copy_editor_id,
    backward_compatibility,
    extra,
    created_at,
    updated_at,
    detail,
    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.