View Source GitHub.Issue.Event.Milestoned (GitHub REST API Client v0.3.1)
Provides struct and type for a Issue.Event.Milestoned
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Issue.Event.Milestoned{ __info__: map(), actor: GitHub.User.simple(), commit_id: String.t() | nil, commit_url: String.t() | nil, created_at: String.t(), event: String.t(), id: integer(), milestone: GitHub.Issue.Event.MilestonedMilestone.t(), node_id: String.t(), performed_via_github_app: GitHub.App.t() | nil, url: String.t() }