MB
Size: a a a
MB
T
T
Д
MB
Д
OR
Н
MB
Д
MB
T
data class Fleet(
/* A list of vehicle types. The upper limit for the number of vehicle types is 35 for the synchronous problems endpoint and 150 for the asynchronous problems endpoint. */
@Json(name = "types")
val types: kotlin.Array<VehicleType>,
@Json(name = "profiles")
val profiles: kotlin.Array<ProfileVariant>
)
Д
Н
MB
data class Fleet(
/* A list of vehicle types. The upper limit for the number of vehicle types is 35 for the synchronous problems endpoint and 150 for the asynchronous problems endpoint. */
@Json(name = "types")
val types: kotlin.Array<VehicleType>,
@Json(name = "profiles")
val profiles: kotlin.Array<ProfileVariant>
)
Д
T
Н
Д
Д