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
str

The code of the region.

Default value: None
name
str

The name of the region.

Default value: None
regions

The list of Regions grouped under this Region in the Geographic Hierarchy.

Default value: None

Variables

Name Description
code
str

The code of the region.

name
str

The name of the region.

regions

The list of Regions grouped under this Region in the Geographic Hierarchy.