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

Provides struct and type for a FileCommitCommitVerification

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.FileCommitCommitVerification{
  __info__: map(),
  payload: String.t() | nil,
  reason: String.t() | nil,
  signature: String.t() | nil,
  verified: boolean() | nil
}