GitHubOrganizationResponse

data class GitHubOrganizationResponse(val repositories: List<String>? = null, val url: String)

Defines a GitHub organization

Constructors

Link copied to clipboard
constructor(repositories: List<String>? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

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

Optional list of repositories in which the pool should be created.

Link copied to clipboard
val url: String

The GitHub organization URL in which the pool should be created.