Lcm_Discovery_InteropReport_ReportSummary
Lcm_Discovery_InteropReport_ReportSummary
The InteropReport.ReportSummary structure contains a summary of the InteropReport.Report.products. It consists of the count of compatible and incompatible products to the target product.
JSON Example
{
"compatible_count": 0,
"incompatible_count": 0
}
integer As int64
compatible_count
Required
Number of compatible products.
integer As int64
incompatible_count
Required
Number of incompatible products.