View Source GitHub.Actions.Runner.Application (GitHub REST API Client v0.2.3)

Provides struct and type for a Actions.Runner.Application

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.Runner.Application{
  __info__: map(),
  architecture: String.t(),
  download_url: String.t(),
  filename: String.t(),
  os: String.t(),
  sha256_checksum: String.t() | nil,
  temp_download_token: String.t() | nil
}