LocationResource
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | string | The unique identifier (GUID) | [default to undefined] |
internal_name | string | A name for this resource, for internal use only. | [default to undefined] |
country_id | string | The country this location belongs to (CountryResource id) | [default to undefined] |
translations | Array<LocationTranslationResource> | Translations for this location (LocationTranslationResource[]) | [optional] [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 { LocationResource } from './api';
const instance: LocationResource = {
id,
internal_name,
country_id,
translations,
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.