View Source GitHub.PackagesBillingUsage (GitHub REST API Client v0.2.3)

Provides struct and type for a PackagesBillingUsage

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PackagesBillingUsage{
  __info__: map(),
  included_gigabytes_bandwidth: integer(),
  total_gigabytes_bandwidth_used: integer(),
  total_paid_gigabytes_bandwidth_used: integer()
}