25 lines
611 B
Markdown
25 lines
611 B
Markdown
# RegionCodeAlias
|
|
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **number** | | [optional] [default to undefined]
|
|
**alias** | **string** | | [default to undefined]
|
|
**region** | [**Region**](Region.md) | | [default to undefined]
|
|
|
|
## Example
|
|
|
|
```typescript
|
|
import { RegionCodeAlias } from './api';
|
|
|
|
const instance: RegionCodeAlias = {
|
|
id,
|
|
alias,
|
|
region,
|
|
};
|
|
```
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|