Skip to content

SearchCriteriaExactEndpointType21sp1

Bases: SearchCriteria

Criteria for searching for a particular endpoint type.

Attributes:

endpoint_type (str):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactEndpointType21sp1(SearchCriteria):
    """Criteria for searching for a particular endpoint type.

    Attributes:

        endpoint_type (str):

    """

    endpoint_type: str = field(metadata={"alias": "endpointType"})