Skip to content

ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList

Bases: OCIType

A list of Service Provider Communication Barring Hierarchical Call Me Now Rules that replaces a previously configured list. By convention, an element of this type may be set nill to clear the list.

Attributes:

rule (List[ServiceProviderCommunicationBarringHierarchicalCallMeNowRule]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList(
    OCIType
):
    """A list of Service Provider Communication Barring Hierarchical Call Me Now Rules that replaces a previously configured list. By convention, an element of this type
        may be set nill to clear the list.

    Attributes:

        rule (List[ServiceProviderCommunicationBarringHierarchicalCallMeNowRule]):

    """

    rule: List[ServiceProviderCommunicationBarringHierarchicalCallMeNowRule] = field(
        metadata={"alias": "rule"}
    )