View Source GitHub.Event (GitHub REST API Client v0.3.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: GitHub.EventPayload.t(), public: boolean(), repo: GitHub.EventRepo.t(), type: String.t() | nil }