Skip to content

IssueCommentJSONConverter

[Source]

Converts a JSON object into an IssueComment.

primitive val IssueCommentJSONConverter is
  JSONConverter[IssueComment val] val

Implements


Constructors

create

[Source]

new val create()
: IssueCommentJSONConverter val^

Returns


Public Functions

apply

[Source]

Builds an IssueComment from its JSON representation.

fun box apply(
  json: JSONNav val,
  creds: Credentials val)
: IssueComment val ?

Parameters

Returns


eq

[Source]

fun box eq(
  that: IssueCommentJSONConverter val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: IssueCommentJSONConverter val)
: Bool val

Parameters

Returns