Skip to content

SearchCriteriaExactCallCenterReportTemplateKey

Bases: SearchCriteria

Criteria for searching for a particular call center enhanced reporting report template.

Attributes:

report_template (CallCenterReportTemplateKey):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactCallCenterReportTemplateKey(SearchCriteria):
    """Criteria for searching for a particular call center enhanced reporting report template.

    Attributes:

        report_template (CallCenterReportTemplateKey):

    """

    report_template: CallCenterReportTemplateKey = field(
        metadata={"alias": "reportTemplate"}
    )