BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances

data class BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances(val apps: List<String>? = null, val teams: List<String>? = null, val users: List<String>? = null)

Constructors

constructor(apps: List<String>? = null, teams: List<String>? = null, users: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of app slugs allowed to bypass pull request requirements.

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

The list of team slugs allowed to bypass pull request requirements.

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

The list of user logins allowed to bypass pull request requirements.