Skip to content

SearchCriteriaExactSkillLevel

Bases: SearchCriteria

Criteria for searching for a skill Level.

Attributes:

skill_level (int):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactSkillLevel(SearchCriteria):
    """Criteria for searching for a skill Level.

    Attributes:

        skill_level (int):

    """

    skill_level: int = field(metadata={"alias": "skillLevel"})