Skip to content

Commit bfd54df

Browse files
committed
Updated sources
1 parent ef4065d commit bfd54df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/model_consumption_result.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ type ConsumptionResult struct {
1313
Credit float32 `json:"Credit"`
1414
// Amount of MBs processed
1515
Quantity float32 `json:"Quantity"`
16+
// Billed API calls number
17+
BilledApiCalls float32 `json:"BilledApiCalls"`
1618
}

0 commit comments

Comments
 (0)