View Source GitHub.Event (GitHub REST API Client v0.0.11)
Provides struct and type for Event
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Event{ __info__: map(), 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 }