IssuePayload
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(title : String, body : String | Nil = nil, assignees : Array(String) | Nil = nil, milestone : Int32 | Nil = 0, labels : Array(String) | Nil = [] of String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
assignees
body
clone
Sourcecopy_with(title _title = @title, body _body = @body, assignees _assignees = @assignees, milestone _milestone = @milestone, labels _labels = @labels)
Sourcelabels
milestone
title