dave08
@JsonClass(generateAdapter = true) data class Info( @Json(name = "id") val fooId: Int, @OdooIdentityId val customerId: Int? )