ArrayOfPerfEntityMetricCSV
ArrayOfPerfEntityMetricCSV
A boxed array of PerfEntityMetricCSV. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"sampleInfoCSV": "string",
"value": [
{
"_typeName": "string",
"id": {
"_typeName": "string",
"counterId": 0,
"instance": "string"
},
"value": "string"
}
]
}
]
}