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

Provides struct and type for a Snapshot

Link to this section Summary

Link to this section Types

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