GetFleetPlainArgs

data class GetFleetPlainArgs(val fleetId: String) : ConvertibleToJava<GetFleetPlainArgs>

Constructors

Link copied to clipboard
constructor(fleetId: String)

Properties

Link copied to clipboard

Unique fleet ID

Functions

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