Skip to content

SearchCriteriaExactCallCenterScheduledReportCreatedBySupervisor

Bases: SearchCriteria

Criteria for searching for call center scheduled report created by a supervisor or administrator.

Attributes:

created_by_supervisor (bool):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactCallCenterScheduledReportCreatedBySupervisor(SearchCriteria):
    """Criteria for searching for call center scheduled report created by a
        supervisor or administrator.

    Attributes:

        created_by_supervisor (bool):

    """

    created_by_supervisor: bool = field(metadata={"alias": "createdBySupervisor"})