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

Provides struct and type for 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()
}