TrackNotificationResults
TrackNotificationResults
Object used to represent the information of change notifications. It is an array and each element of the array is an CMValue
.
This class is array of CMValue
JSON Example
[
{
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
}
]