View Source GitHub.Timeline.CommittedEventVerification (GitHub REST API Client v0.3.3)

Provides struct and type for a Timeline.CommittedEventVerification

Link to this section Summary

Link to this section Types

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