One sub-request of the approval criteria, made up of one or more tiers.
| 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`. |
| Name | Value |
|---|---|
| ALL | "ALL" |
| ANY | "ANY" |