View Source GitHub.Event (GitHub REST API Client v0.0.1-beta.0)
Provides struct and type for Event
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Event{ actor: GitHub.Actor.t(), created_at: String.t() | nil, id: String.t(), org: GitHub.Actor.t() | nil, payload: map(), public: boolean(), repo: map(), type: String.t() | nil }