VehicleMetadataByIdResponse

Response class containing vehicle metadata retrieved by its unique identifier.

This class encapsulates the metadata information for a specific vehicle based on the provided ID.

Properties

Link copied to clipboard

An optional VehicleMetadataId indicating the ID of a newer version of the metadata for the same vehicle. This property will be non-null if the current vehicle is deprecated in favor of a newer version. It is recommended to update to the new version and refresh any stored metadata.

Link copied to clipboard

The VehicleMetadata object containing detailed information about the vehicle.

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