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 19b5aca commit d7947b8Copy full SHA for d7947b8
github/billing.go
@@ -29,9 +29,9 @@ type MinutesUsedBreakdown = map[string]int
29
30
// PackageBilling represents a GitHub Package billing.
31
type PackageBilling struct {
32
- TotalGigabytesBandwidthUsed int `json:"total_gigabytes_bandwidth_used"`
33
- TotalPaidGigabytesBandwidthUsed int `json:"total_paid_gigabytes_bandwidth_used"`
34
- IncludedGigabytesBandwidth int `json:"included_gigabytes_bandwidth"`
+ TotalGigabytesBandwidthUsed int `json:"total_gigabytes_bandwidth_used"`
+ TotalPaidGigabytesBandwidthUsed int `json:"total_paid_gigabytes_bandwidth_used"`
+ IncludedGigabytesBandwidth float64 `json:"included_gigabytes_bandwidth"`
35
}
36
37
// StorageBilling represents a GitHub Storage billing.
0 commit comments