Region Class
Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method.
Constructor
Region(*, code: str | None = None, name: str | None = None, regions: List[_models.Region] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
code
|
The code of the region. Default value: None
|
|
name
|
The name of the region. Default value: None
|
|
regions
|
The list of Regions grouped under this Region in the Geographic Hierarchy. Default value: None
|