ThemeTranslationUpdateRequest

Properties

Name Type Description Notes
theme_id string   [optional] [default to undefined]
language_id string   [optional] [default to undefined]
context_id string   [optional] [default to undefined]
title string   [optional] [default to undefined]
description string   [optional] [default to undefined]
introduction string   [optional] [default to undefined]
backward_compatibility string   [optional] [default to undefined]
extra Array<string>   [optional] [default to undefined]

Example

import { ThemeTranslationUpdateRequest } from './api';

const instance: ThemeTranslationUpdateRequest = {
    theme_id,
    language_id,
    context_id,
    title,
    description,
    introduction,
    backward_compatibility,
    extra,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.