ProvinceTranslationResource

Properties

Name Type Description Notes
id string The unique identifier (GUID) [default to undefined]
province_id string The province this translation belongs to (ProvinceResource id) [default to undefined]
language_id string The language of this translation (LanguageResource id) [default to undefined]
name string The name of the province translation [default to undefined]
description string The description of the province translation [default to undefined]
created_at string The date of creation of the resource (managed by the system) [default to undefined]
updated_at string The date of last modification of the resource (managed by the system) [default to undefined]

Example

import { ProvinceTranslationResource } from './api';

const instance: ProvinceTranslationResource = {
    id,
    province_id,
    language_id,
    name,
    description,
    created_at,
    updated_at,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.