MonoCloud Management SDK
    Preparing search index...

    Interface PatchCommunicationOptionsRequest

    Patch Communication Options Request: Used to update email and SMS delivery configuration.

    PatchCommunicationOptionsRequest

    interface PatchCommunicationOptionsRequest {
        email?: PatchCommunicationEmailOptionsRequest;
        sms?: PatchCommunicationSmsOptionsRequest;
    }
    Index

    Properties

    Properties

    Configuration options for email delivery.

    PatchCommunicationOptionsRequest

    Configuration options for SMS delivery.

    PatchCommunicationOptionsRequest