Skip to content

SearchCriteriaExactDeviceType

Bases: SearchCriteria

Criteria for searching for a particular fully specified device type.

Attributes:

device_type (str):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactDeviceType(SearchCriteria):
    """Criteria for searching for a particular fully specified device type.

    Attributes:

        device_type (str):

    """

    device_type: str = field(metadata={"alias": "deviceType"})