Aggregation
enum Aggregation : String, Codable
Represents the various aggregation methods a stats call can have.
- day: Statistic aggregated by day.
- week: Statistics aggregated by week.
- month: Statistics aggregated by month.
SendGrid Docs (100% documented)
enum Aggregation : String, Codable
Represents the various aggregation methods a stats call can have.