kinta-lib / com.dailymotion.kinta / GetBranchInfos / Ref
Ref
data class Ref
Constructors
Name | Summary |
---|---|
<init> | Ref(__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): Ref |