OBJECT

UsageByTaskType

link GraphQL Schema definition

1type UsageByTaskType {
2
3totalDuration: Int
4
5totalCost: String
6
7usageItems: [Usage]
8
9billingType: String
10
11startDateTime: DateTime
12
13endDateTime: DateTime
14
15}