UpdateCollectionTranslationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] [default to undefined] | |
| collection_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] | |
| quote | string | [optional] [default to undefined] | |
| url | string | [optional] [default to undefined] | |
| backward_compatibility | string | [optional] [default to undefined] | |
| extra | string | [optional] [default to undefined] |
Example
import { UpdateCollectionTranslationRequest } from './api';
const instance: UpdateCollectionTranslationRequest = {
id,
collection_id,
language_id,
context_id,
title,
description,
quote,
url,
backward_compatibility,
extra,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.