struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

assignees
body
clone
Source
copy_with(title _title = @title, body _body = @body, assignees _assignees = @assignees, milestone _milestone = @milestone, labels _labels = @labels)
Source
labels
milestone
title