We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87486c commit 25b7232Copy full SHA for 25b7232
src/main/kotlin/com/ctrlhub/core/assets/vehicles/response/VehiclesResponse.kt
@@ -11,7 +11,7 @@ import com.github.jasminb.jsonapi.annotations.Type
11
class Vehicle {
12
@Id(StringIdHandler::class)
13
var id: String = ""
14
- var colour: String = ""
+ var colour: String? = null
15
var description: String? = null
16
var registration: String = ""
17
var status: String = ""
0 commit comments