Bases: OCIType
This is the configuration parameters for External Line ID Delivery service
Attributes:
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"})
|