Skip to content

VoiceMessagingAliasReplacementList

Bases: OCIType

A list of dns that that replaces a previously configured list. By convention, an element of this type may be set nil to clear the list.

Attributes:

phone_number (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class VoiceMessagingAliasReplacementList(OCIType):
    """A list of dns that that replaces a previously configured list.
        By convention, an element of this type may be set nil to clear the list.

    Attributes:

        phone_number (List[str]):

    """

    phone_number: List[str] = field(metadata={"alias": "phoneNumber"})