GetRouteTableResult

data class GetRouteTableResult(val routeTableId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(routeTableId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val routeTableId: String? = null

The ID of the route table.

Link copied to clipboard
val tags: List<Tag>? = null

Any tags assigned to the route table.