Skip to content

ProfileAndServiceExternalLineIDDeliveryInfo

Bases: OCIType

This is the configuration parameters for External Line ID Delivery service

Attributes:

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

    Attributes:

        is_active (bool):

    """

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