LocationUpdateRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
internal_name | string | [default to undefined] | |
country_id | number | [default to undefined] | |
translations | Array<LocationUpdateRequestTranslationsInner> | [optional] [default to undefined] |
Example
import { LocationUpdateRequest } from './api';
const instance: LocationUpdateRequest = {
internal_name,
country_id,
translations,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.