View Source GitHub.Actions.CacheUsageByRepository (GitHub REST API Client v0.2.0)

Provides struct and type for a Actions.CacheUsageByRepository

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.CacheUsageByRepository{
  __info__: map(),
  active_caches_count: integer(),
  active_caches_size_in_bytes: integer(),
  full_name: String.t()
}