RepoResponse

data class RepoResponse(val branches: List<String>? = null, val fullName: String? = null, val installationId: Double? = null, val url: String? = null)

Represents a repository.

Constructors

Link copied to clipboard
constructor(branches: List<String>? = null, fullName: String? = null, installationId: Double? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branches: List<String>? = null

Array of branches.

Link copied to clipboard
val fullName: String? = null

The name of the repository.

Link copied to clipboard
val installationId: Double? = null

The installation id of the repository.

Link copied to clipboard
val url: String? = null

The url to access the repository.