Skip to content

SearchCriteriaExactScheduleType

Bases: SearchCriteria

Criteria for searching for a particular schedule type.

Attributes:

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

    Attributes:

        type (str):

    """

    type: str = field(metadata={"alias": "type"})