TeamSettingsReviewRequestDelegationArgs

data class TeamSettingsReviewRequestDelegationArgs(val algorithm: Output<String>? = null, val memberCount: Output<Int>? = null, val notify: Output<Boolean>? = null) : ConvertibleToJava<TeamSettingsReviewRequestDelegationArgs>

Constructors

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

Properties

Link copied to clipboard
val algorithm: Output<String>? = null

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

Link copied to clipboard
val memberCount: Output<Int>? = null

The number of team members to assign to a pull request

Link copied to clipboard
val notify: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TeamSettingsReviewRequestDelegationArgs