We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4d023 commit efaec7fCopy full SHA for efaec7f
1 file changed
constructorio-client/src/main/java/io/constructor/client/models/Result.java
@@ -22,6 +22,7 @@ public class Result {
22
@SerializedName("variations_map")
23
private Object variationsMap;
24
25
+ // The value is returned in a list, but practically it would only be a single value list
26
@SerializedName("variation_slice")
27
private Map<String, List<String>> variationSlice;
28
0 commit comments