UpdateLanguageTranslationRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
language_id string   [optional] [default to undefined]
display_language_id string   [optional] [default to undefined]
name string   [optional] [default to undefined]
backward_compatibility string   [optional] [default to undefined]
extra Array<string>   [optional] [default to undefined]

Example

import { UpdateLanguageTranslationRequest } from './api';

const instance: UpdateLanguageTranslationRequest = {
    id,
    language_id,
    display_language_id,
    name,
    backward_compatibility,
    extra,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.