GetRoutePlainArgs

data class GetRoutePlainArgs(val apiId: String, val routeId: String) : ConvertibleToJava<GetRoutePlainArgs>

Constructors

Link copied to clipboard
constructor(apiId: String, routeId: String)

Properties

Link copied to clipboard

The API identifier.

Link copied to clipboard

The route ID.

Functions

Link copied to clipboard
open override fun toJava(): GetRoutePlainArgs