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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -274,13 +274,26 @@ public static class AnalyticsData {
274
274
*/
275
275
privateBooleanisActiveSlackConnect;
276
276
277
+
/**
278
+
* (member)
279
+
* Total number of calls made or joined on a given day, including Huddles,
280
+
* Slack native calls and calls made using third party software besides Slack calls
281
+
*/
282
+
privateIntegertotalCallsCount;
283
+
277
284
/**
278
285
* (member)
279
286
* Total number of Slack calls made or joined on a given day,
280
287
* excluding any calls using third party software besides Slack calls
281
288
*/
282
289
privateIntegerslackCallsCount;
283
290
291
+
/**
292
+
* (member)
293
+
* Total number of Slack Huddles made or joined on a given day
294
+
*/
295
+
privateIntegerhuddlesCount;
296
+
284
297
/**
285
298
* (member)
286
299
* The number of searches this user performed in Slack on a given day
0 commit comments