CMMultiResults

CMMultiResults
CMMultiResults

An object encapsulating the responses for both the multi-set CM write operation and the multi-get CM read operation.

This class is array of CMMultiResult
JSON Example
[
    {
        "result": {
            "cell_id": "string",
            "parameter_name": "string",
            "parameter_type": "string",
            "operation": "string"
        },
        "status": "string",
        "detail": "string"
    }
]