BodyProperties

Represents the body properties of a vehicle.

Contains descriptive characteristics related to the body of the vehicle, including dimensions, gross weight, and body type.

Properties

Link copied to clipboard
val bodyType: BodyType? = null

The BodyType of the vehicle, or null if not specified.

Link copied to clipboard
val grossWeight: String? = null

A descriptive representation of the vehicle's gross weight, or null if not specified.

Link copied to clipboard
val height: String? = null

A manufacturer-defined string describing the vehicle's height variant, or null if not specified.

Link copied to clipboard
val length: String? = null

A manufacturer-defined string describing the vehicle's length variant, or null if not specified.

Functions

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