Skip to content

ReplacementCallProcessingPolicyProfileSubscriberTypeList21

Bases: OCIType

A list of CallProcessingPolicyProfileSubscriberType21. The list replaces a previously configured list.

Attributes:

subscriber_type (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ReplacementCallProcessingPolicyProfileSubscriberTypeList21(OCIType):
    """A list of CallProcessingPolicyProfileSubscriberType21. The list replaces a previously configured list.

    Attributes:

        subscriber_type (List[str]):

    """

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