AggregateRouteResponse

data class AggregateRouteResponse(val prefix: String? = null)

Aggregate Route properties.

Constructors

Link copied to clipboard
constructor(prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

Prefix of the aggregate Route.