View Source GitHub.Actions.BillingUsage (GitHub REST API Client v0.3.1)

Provides struct and type for a Actions.BillingUsage

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.BillingUsage{
  __info__: map(),
  included_minutes: integer(),
  minutes_used_breakdown: GitHub.Actions.BillingUsageMinutesUsedBreakdown.t(),
  total_minutes_used: integer(),
  total_paid_minutes_used: integer()
}