ProvinceTranslationStoreRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
province_id | string | [default to undefined] | |
language_id | string | [default to undefined] | |
name | string | [default to undefined] | |
description | string | [optional] [default to undefined] |
Example
import { ProvinceTranslationStoreRequest } from './api';
const instance: ProvinceTranslationStoreRequest = {
province_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.