Interface SessionApiSendSystemCommandRequest

Request parameters for sendSystemCommand operation in SessionApi.

SessionApiSendSystemCommandRequest

interface SessionApiSendSystemCommandRequest {
    command: GeneralCommandType;
    sessionId: string;
}

Properties

Properties

The command to send.

SessionApiSendSystemCommand

sessionId: string

The session id.

SessionApiSendSystemCommand