RepositoryEnvironmentReviewer

data class RepositoryEnvironmentReviewer(val teams: List<Int>? = null, val users: List<Int>? = null)

Constructors

Link copied to clipboard
constructor(teams: List<Int>? = null, users: List<Int>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val teams: List<Int>? = null

Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.

Link copied to clipboard
val users: List<Int>? = null

Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.