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 c47a8fe commit 7960e38Copy full SHA for 7960e38
library/src/main/java/io/constructor/data/model/common/Result.kt
@@ -15,5 +15,5 @@ data class Result(
15
@Json(name = "variations_map") val variationsMap: Any?,
16
@Json(name = "value") val value: String,
17
@Json(name = "is_slotted") val isSlotted: Boolean?,
18
- @Json(name = "labels") val labels: Map<String, Boolean>?,
+ @Json(name = "labels") val labels: Map<String, Any>?,
19
) : Serializable
0 commit comments