Skip to main content

ActivityMetricsAggregationLevel

Time bucket the metrics are aggregated into along the date axis.

enum ActivityMetricsAggregationLevel {
DATE
WEEK
MONTH
}

Values

ActivityMetricsAggregationLevel.DATE

One bucket per calendar day.

ActivityMetricsAggregationLevel.WEEK

One bucket per calendar week.

ActivityMetricsAggregationLevel.MONTH

One bucket per calendar month.

Member Of

ActivityMetricsInput input ● PlaybookReportInput input