View Source GitHub.Snapshot (GitHub REST API Client v0.3.3)

Provides struct and type for a Snapshot

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Snapshot{
  __info__: map(),
  detector: GitHub.SnapshotDetector.t(),
  job: GitHub.SnapshotActions.Job.t(),
  manifests: GitHub.SnapshotManifests.t() | nil,
  metadata: GitHub.Metadata.t() | nil,
  ref: String.t(),
  scanned: DateTime.t(),
  sha: String.t(),
  version: integer()
}