Get Route Plain Args
data class GetRoutePlainArgs(val location: String, val privateConnectionId: String, val project: String? = null, val routeId: String) : ConvertibleToJava<GetRoutePlainArgs>
Constructors
Link copied to clipboard
fun GetRoutePlainArgs(location: String, privateConnectionId: String, project: String? = null, routeId: String)