kinta-lib / com.dailymotion.kinta / GetRefs / Node
Node
data class Node
Constructors
Name | Summary |
---|---|
<init> | Node(__typename: String , name: String , associatedPullRequests: AssociatedPullRequest) |
Properties
Name | Summary |
---|---|
__typename | val __typename: String |
associatedPullRequests | A list of pull requests with this ref as the head ref.val associatedPullRequests: AssociatedPullRequest |
name | The ref name.val name: String |
Functions
Name | Summary |
---|---|
marshaller | fun marshaller(): ResponseFieldMarshaller |
Companion Object Functions
Name | Summary |
---|---|
invoke | operator fun invoke(reader: ResponseReader): Node |