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

Provides struct and type for RunnerApplication

Link to this section Summary

Link to this section Types

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