GetRoutePlainArgs

data class GetRoutePlainArgs(val applicationIdentifier: String, val environmentIdentifier: String, val routeIdentifier: String) : ConvertibleToJava<GetRoutePlainArgs>

Constructors

Link copied to clipboard
constructor(applicationIdentifier: String, environmentIdentifier: String, routeIdentifier: String)

Properties

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard

The unique identifier of the environment.

Link copied to clipboard

The unique identifier of the route.

Functions

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