VehicleStatus

Information about the state of a vehicle and how it relates to the status of a campaign.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a campaign.

Link copied to clipboard

The state of a vehicle, which can be one of the following:

Link copied to clipboard

The unique ID of the vehicle.

Functions

Link copied to clipboard
inline fun copy(block: VehicleStatus.Builder.() -> Unit = {}): VehicleStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String