Skip to content

CallCenterAgentThresholdProfileReplacementNotificationEmailList

Bases: OCIType

List of email addresses to which the Agent Threshold Profile email is sent. The list replaces a previously configured list.

Attributes:

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

    Attributes:

        email_address (List[str]):

    """

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