the declaration of one of the classes is like this...
# getting-started
o
the declaration of one of the classes is like this
Copy code
class CarModelsResponse(
    var active: Boolean = false,
    var body_type_id: String = "",
    var created_at: String = "",
    var id: String? = "",
    var make_id: String = "",
    var name: String = "",
    var updated_at: String = ""
)