We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4065d commit bfd54dfCopy full SHA for bfd54df
models/model_consumption_result.go
@@ -13,4 +13,6 @@ type ConsumptionResult struct {
13
Credit float32 `json:"Credit"`
14
// Amount of MBs processed
15
Quantity float32 `json:"Quantity"`
16
+ // Billed API calls number
17
+ BilledApiCalls float32 `json:"BilledApiCalls"`
18
}
0 commit comments