Class GetModbusProtocolExportXlsxResponse


public class GetModbusProtocolExportXlsxResponse extends Base64PayloadResponse
Represents a JSON-RPC Response for 'getModbusProtocolExportXlsx'.

 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "result": {
     "payload": Base64-String
   }
 }