CommandResult

data class CommandResult(val vin: String, val requestId: String, val command: String)

Tracking result returned after a command is accepted by the BFF API.

Constructors

Link copied to clipboard
constructor(vin: String, requestId: String, command: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val vin: String