Skip to content

kinta-lib / com.dailymotion.kinta / GetBranchInfos / Repository

Repository

data class Repository

Constructors

Name Summary
<init> Repository(__typename:String, ref: Ref?, pullRequests: PullRequest)

Properties

Name Summary
__typename val __typename:String
pullRequests A list of pull requests that have been opened in the repository.val pullRequests: PullRequest
ref Fetch a given ref from the repositoryval ref: Ref?

Functions

Name Summary
marshaller fun marshaller(): ResponseFieldMarshaller

Companion Object Functions

Name Summary
invoke operator fun invoke(reader: ResponseReader): Repository