Skip to content

CallCenterQueueThresholdReplacementNotificationEmailList

Bases: OCIType

List of email addresses to which the Call Center Queue Threshold email is sent. The list replaces a previously configured list.

Attributes:

email_address (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class CallCenterQueueThresholdReplacementNotificationEmailList(OCIType):
    """List of email addresses to which the Call Center Queue Threshold email is sent. The list replaces a previously configured list.

    Attributes:

        email_address (List[str]):

    """

    email_address: List[str] = field(metadata={"alias": "emailAddress"})