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

Provides struct and type for ActionsBillingUsage

Link to this section Summary

Link to this section Types

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