DetailTranslationUpdateRequest

Properties

Name Type Description Notes
detail_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]
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 { DetailTranslationUpdateRequest } from './api';

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

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.