# QuorumRuleset ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**groupMatch** | **string** | Whether every tier in `groups` must be satisfied (`ALL`) or any single one of them (`ANY`). | [default to undefined]| |**status** | [**QuorumApprovalState**](QuorumApprovalState.md) | | [default to undefined]| |**groups** | [**Array<QuorumGroup>**](QuorumGroup.md) | The tiers of this sub-request, evaluated according to `groupMatch`. | [default to undefined]| ## Enum: QuorumRulesetGroupMatchEnum * `All` (value: `'ALL'`) * `Any` (value: `'ANY'`) [[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)