View Source GitHub.UnlabeledIssueEvent (GitHub REST API Client v0.0.1)
Provides struct and type for UnlabeledIssueEvent
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.UnlabeledIssueEvent{ actor: GitHub.User.simple(), commit_id: String.t() | nil, commit_url: String.t() | nil, created_at: String.t(), event: String.t(), id: integer(), label: map(), node_id: String.t(), performed_via_github_app: GitHub.Integration.t() | nil, url: String.t() }