Skip to content

SearchCriteriaExactCallCenterType

Bases: SearchCriteria

Criteria for searching for a particular fully specified call center type.

Attributes:

call_center_type (str):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactCallCenterType(SearchCriteria):
    """Criteria for searching for a particular fully specified call center type.

    Attributes:

        call_center_type (str):

    """

    call_center_type: str = field(metadata={"alias": "callCenterType"})