Skip to content

SearchCriteriaExactLocationEnabled

Bases: SearchCriteria

Criteria for searching for a particular Location enabled state.

Attributes:

enabled (bool):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactLocationEnabled(SearchCriteria):
    """Criteria for searching for a particular Location enabled state.

    Attributes:

        enabled (bool):

    """

    enabled: bool = field(metadata={"alias": "enabled"})