Skip to content

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

Node1

data class Node1

Constructors

Name Summary
<init> Node1(__typename:String, title:String, merged:Boolean, closed:Boolean, number:Int, baseRef: BaseRef?)

Properties

Name Summary
__typename val __typename:String
baseRef Identifies the base Ref associated with the pull request.val baseRef: BaseRef?
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): Node1