Skip to content

EnterpriseTrunkReplacementNumberPrefixList

Bases: OCIType

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

Attributes:

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

    Attributes:

        number_prefix (List[str]):

    """

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