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

Provides struct and type for a Actions.CacheListActionsCaches

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.CacheListActionsCaches{
  __info__: map(),
  created_at: DateTime.t() | nil,
  id: integer() | nil,
  key: String.t() | nil,
  last_accessed_at: DateTime.t() | nil,
  ref: String.t() | nil,
  size_in_bytes: integer() | nil,
  version: String.t() | nil
}