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 157fc32 commit bac3411Copy full SHA for bac3411
slack-api-model/src/main/java/com/slack/api/model/EntityMetadata.java
@@ -165,10 +165,10 @@ public static class BooleanField {
165
private String description;
166
167
// or text-based
168
- private String true_text;
169
- private String true_description;
170
- private String false_text;
171
- private String false_description;
+ private String trueText;
+ private String trueDescription;
+ private String falseText;
+ private String falseDescription;
172
}
173
174
@Data
0 commit comments