View Source GitHub.Verification (GitHub REST API Client v0.3.0)

Provides struct and type for a Verification

Link to this section Summary

Link to this section Types

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