# QuorumGroup ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**threshold** | **number** | Number of approvals this tier requires. | [default to undefined]| |**currentApprovalCount** | **number** | Approvals collected so far toward `threshold`. | [default to undefined]| |**status** | [**QuorumApprovalState**](QuorumApprovalState.md) | | [default to undefined]| |**members** | **Array<number>** | Indexes into the top-level `users` array identifying the users who belong to this tier. Returned only for `quorumStatusMode=FULL`; omitted otherwise. | [optional] [default to undefined]| [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)