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