LocationTranslationUpdateRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
location_id | string | [optional] [default to undefined] | |
language_id | string | [optional] [default to undefined] | |
name | string | [optional] [default to undefined] | |
description | string | [optional] [default to undefined] |
Example
import { LocationTranslationUpdateRequest } from './api';
const instance: LocationTranslationUpdateRequest = {
location_id,
language_id,
name,
description,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.