UpdateGlossaryTranslationRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
glossary_id string   [optional] [default to undefined]
language_id string   [optional] [default to undefined]
definition string   [optional] [default to undefined]

Example

import { UpdateGlossaryTranslationRequest } from './api';

const instance: UpdateGlossaryTranslationRequest = {
    id,
    glossary_id,
    language_id,
    definition,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.