TeamSettingsReviewRequestDelegation

data class TeamSettingsReviewRequestDelegation(val algorithm: String? = null, val memberCount: Int? = null, val notify: Boolean? = null)

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, memberCount: Int? = null, notify: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'.

Link copied to clipboard
val memberCount: Int? = null

The number of team members to assign to a pull request.

Link copied to clipboard
val notify: Boolean? = null

whether to notify the entire team when at least one member is also assigned to the pull request.