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