GetRouteResponsePlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The API identifier.

Link copied to clipboard

The route ID.

Link copied to clipboard

The route response ID.

Functions

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