Skip to content

CallingNameRetrievalWhiteListReplacementList

Bases: OCIType

A list of DNs to add to the CNAM call filtering DN white list. By convention, an element of this type may be set nil to clear the list.

Attributes:

number (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class CallingNameRetrievalWhiteListReplacementList(OCIType):
    """A list of DNs to add to the CNAM call filtering DN white list.
        By convention, an element of this type may be set nil to clear the list.

    Attributes:

        number (List[str]):

    """

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