Get Route Maps Result
data class GetRouteMapsResult(val cenId: String, val cenRegionId: String? = null, val descriptionRegex: String? = null, val id: String, val ids: List<String>, val maps: List<GetRouteMapsMap>, val outputFile: String? = null, val status: String? = null, val transmitDirection: String? = null)
A collection of values returned by getRouteMaps.
Constructors
Properties
Link copied to clipboard
The ID of the region to which the CEN instance belongs.
Link copied to clipboard
Link copied to clipboard
A list of CEN instances. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
The direction in which the route map is applied.