View Source GitHub.Artifact (GitHub REST API Client v0.0.5)

Provides struct and type for Artifact

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Artifact{
  archive_download_url: String.t(),
  created_at: String.t() | nil,
  expired: boolean(),
  expires_at: String.t() | nil,
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  size_in_bytes: integer(),
  updated_at: String.t() | nil,
  url: String.t(),
  workflow_run: map() | nil
}