Model

class Model

Represents a vehicle model.

Contains the identification, name, and associated brand of a vehicle model.

Properties

Link copied to clipboard

The Brand associated with this model.

Link copied to clipboard
val id: ModelId

The unique identifier of the model.

Link copied to clipboard

The name of the model.

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