You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slack-api-client/src/main/java/com/slack/api/methods/response/admin/analytics/AdminAnalyticsGetFileResponse.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,14 @@ public static class AnalyticsData {
292
292
* (member)
293
293
* Total number of Slack Huddles made or joined on a given day
294
294
*/
295
+
privateIntegerslackHuddlesCount;
296
+
297
+
/**
298
+
* (member)
299
+
* Total number of Slack Huddles made or joined on a given day
300
+
* NOTE: "slack_huddles_count" field used to be "huddles_count"
0 commit comments