Skip to content

ProfileAndServiceCallingLineIDDeliveryBlockingInfo

Bases: OCIType

This is the configuration parameters for Calling Line ID Delivery Blocking service

Attributes:

is_active (bool):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ProfileAndServiceCallingLineIDDeliveryBlockingInfo(OCIType):
    """This is the configuration parameters for Calling Line ID Delivery Blocking service

    Attributes:

        is_active (bool):

    """

    is_active: bool = field(metadata={"alias": "isActive"})