Skip to content

MWIDeliveryToMobileEndpointTemplateActivation23

Bases: OCIType

MWI Delivery To Mobile Endpoint enabled status indicator

Attributes:

language (str):

type (str):

is_enabled (bool):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class MWIDeliveryToMobileEndpointTemplateActivation23(OCIType):
    """MWI Delivery To Mobile Endpoint enabled status indicator

    Attributes:

        language (str):

        type (str):

        is_enabled (bool):

    """

    language: str = field(metadata={"alias": "language"})

    type: str = field(metadata={"alias": "type"})

    is_enabled: bool = field(metadata={"alias": "isEnabled"})