CMValue
An object encapsulating information about one CM parameter value for one cell id.
{
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
}
The Cell Global ID for the cell associated with this configuration.
The name of the configuration parameter.
One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.
A hint of the type this value takes: a string, number, boolean or an array of any one of those.
An optional operation to be used for this value, allowing an imperative or command-oriented approach to changes, instead of solely a full state set. set is the default.