CountryTranslationResource

Properties

Name Type Description Notes
id string   [default to undefined]
country_id string   [default to undefined]
language_id string   [default to undefined]
name string   [default to undefined]
country CountryResource Relationships [optional] [default to undefined]
language LanguageResource   [optional] [default to undefined]
backward_compatibility string Metadata [default to undefined]
extra object   [default to undefined]
created_at string Timestamps [default to undefined]
updated_at string   [default to undefined]

Example

import { CountryTranslationResource } from './api';

const instance: CountryTranslationResource = {
    id,
    country_id,
    language_id,
    name,
    country,
    language,
    backward_compatibility,
    extra,
    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.