Skip to content

EmailAddressList

Bases: OCIType

A list of 50 email addresses is configured in the "Forward it to these e-mail addresses" section on the Voice Management configuration page

Change History:
R25.0 - Added

Attributes:

email_address (List[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class EmailAddressList(OCIType):
    """A list of 50 email addresses is configured in the \"Forward it to these e-mail addresses\" section
         on the Voice Management configuration page

        Change History:
        R25.0 - Added

    Attributes:

        email_address (List[str]):

    """

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