Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 699 Bytes

File metadata and controls

25 lines (13 loc) · 699 Bytes

QuorumRuleset

One sub-request of the approval criteria, made up of one or more tiers.

Properties

Name Type Description Notes
groupMatch GroupMatchEnum Whether every tier in `groups` must be satisfied (`ALL`) or any single one of them (`ANY`).
status QuorumApprovalState
groups List<QuorumGroup> The tiers of this sub-request, evaluated according to `groupMatch`.

Enum: GroupMatchEnum

Name Value
ALL "ALL"
ANY "ANY"