Skip to content

kinta-lib / com.dailymotion.kinta / GetPullRequestWithHead / Node

Node

data class Node

Constructors

Name Summary
<init> Node(__typename:String, number:Int, title:String, merged:Boolean, closed:Boolean)

Properties

Name Summary
__typename val __typename:String
closed true if the pull request is closedval closed:Boolean
merged Whether or not the pull request was merged.val merged:Boolean
number Identifies the pull request number.val number:Int
title Identifies the pull request title.val title:String

Functions

Name Summary
marshaller fun marshaller(): ResponseFieldMarshaller

Companion Object Functions

Name Summary
invoke operator fun invoke(reader: ResponseReader): Node