GetAuditOverlapsResponse
GetAuditOverlapsResponse
This class is array of object
JSON Example
[
{
"productId": 0,
"moref": "string",
"vmId": "string",
"ruleId": "string",
"overlaps": [
{
"productType": "string",
"productId": 0,
"name": "string",
"targetId": "string",
"targetType": "string",
"id": "string"
}
],
"inventoryData": {
"name": "string",
"moref": "string"
},
"ruleData": {
"productType": "string",
"productId": 0,
"name": "string",
"targetId": "string",
"targetType": "string",
"id": "string"
}
}
]