A single tier of a ruleset: a threshold and the approvals collected toward it.
| Name | Type | Description | Notes |
|---|---|---|---|
| threshold | Integer | Number of approvals this tier requires. | |
| currentApprovalCount | Integer | Approvals collected so far toward `threshold`. | |
| status | QuorumApprovalState | ||
| members | List<Integer> | Indexes into the top-level `users` array identifying the users who belong to this tier. Returned only for `quorumStatusMode=FULL`; omitted otherwise. | [optional] |