budosystems.models.style.N_OfRequirementGroup

class N_OfRequirementGroup

Bases: RequirementGroup

RequirementGroup where only a subset of the requirements needs to be met.

Can be used as an ‘OR’ combinator (with min_in_group = 1).

min_in_group: int

The minimum number of requirements within the group that must be met.

__init__(*, entity_id: UUID = <singleton MissingUUID>, name: str, slug: str, description: str = '', id_name: str = _Nothing.NOTHING, group: list[Requirement], min_in_group: int) None

Method generated by attrs for class N_OfRequirementGroup.