Skip to content

SearchCriteriaExactDeviceManagementEventType

Bases: SearchCriteria

Criteria for searching for a particular fully specified DeviceManagement event type.

Attributes:

dm_event_type (str):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactDeviceManagementEventType(SearchCriteria):
    """Criteria for searching for a particular fully specified DeviceManagement event type.

    Attributes:

        dm_event_type (str):

    """

    dm_event_type: str = field(metadata={"alias": "dmEventType"})