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.
2 parents 48466ea + 41610e4 commit 18d74b7Copy full SHA for 18d74b7
intercom-java/src/main/java/io/intercom/api/CompanyWithStringPlan.java
@@ -38,7 +38,7 @@ class CompanyWithStringPlan extends TypedData {
38
private Map<String, CustomAttribute> customAttributes = Maps.newHashMap();
39
40
@JsonProperty("remove")
41
- @JsonInclude(JsonInclude.Include.NON_DEFAULT)
+ @JsonInclude(JsonInclude.Include.NON_NULL)
42
private Boolean remove;
43
44
public CompanyWithStringPlan() {
0 commit comments