UpdateCountryTranslationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] [default to undefined] | |
| country_id | string | [optional] [default to undefined] | |
| 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 { UpdateCountryTranslationRequest } from './api';
const instance: UpdateCountryTranslationRequest = {
id,
country_id,
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.