@servicenow/sdk - v4.4.1
    Preparing search index...

    Saveto request message; value of command field is "saveto". For debugging purposes, save to a temporaryfile (named by argument 'tmpfile') the contents of file named by argument 'file'. The server does not currently send a response to a "saveto" request.

    interface SavetoRequest {
        arguments: SavetoRequestArgs;
        command: Saveto;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Saveto

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"