Skip to content

CallCenterReportServiceLevelThresholdReplacementList

Bases: OCIType

A list of call center reporting service level threshold seconds that replaces a previously configured list.

Attributes:

service_level_threshold_seconds (List[int]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class CallCenterReportServiceLevelThresholdReplacementList(OCIType):
    """A list of call center reporting service level threshold seconds that replaces a previously configured list.

    Attributes:

        service_level_threshold_seconds (List[int]):

    """

    service_level_threshold_seconds: List[int] = field(
        metadata={"alias": "serviceLevelThresholdSeconds"}
    )