[Source]
primitive val CreateIssueComment
Constructors
create
[Source]
new val create()
: CreateIssueComment val^
Returns
Public Functions
apply
[Source]
fun box apply(
owner: String val,
repo: String val,
number: I64 val,
comment: String val,
creds: Credentials val)
: Promise[(IssueComment val | RequestError val)] tag
Parameters
Returns
by_url
[Source]
fun box by_url(
url: String val,
comment: String val,
creds: Credentials val)
: Promise[(IssueComment val | RequestError val)] tag
Parameters
Returns
eq
[Source]
fun box eq(
that: CreateIssueComment val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: CreateIssueComment val)
: Bool val
Parameters
Returns