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

Provides struct and type for a Artifact

Link to this section Summary

Link to this section Types

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