Skip to content

kinta-lib / com.dailymotion.kinta / GetBranchInfos / Node1

Node1

data class Node1

Constructors

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

Properties

Name Summary
__typename val __typename:String
closed true if the pull request is closedval closed:Boolean
headRefName Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted.val headRefName:String
merged Whether or not the pull request was merged.val merged:Boolean
number Identifies the pull request number.val number:Int

Functions

Name Summary
marshaller fun marshaller(): ResponseFieldMarshaller

Companion Object Functions

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