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

Provides struct and type for Snapshot

Link to this section Summary

Link to this section Types

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