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 48466ea commit 41610e4Copy full SHA for 41610e4
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