Skip to content

SearchCriteriaExactUserType

Bases: SearchCriteria

Criteria for searching for a particular User Type.

Attributes:

user_type (str):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactUserType(SearchCriteria):
    """Criteria for searching for a particular User Type.

    Attributes:

        user_type (str):

    """

    user_type: str = field(metadata={"alias": "userType"})