kinta-lib / com.dailymotion.kinta / GetRefs / Node1
Node1
data class Node1
Constructors
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 |