LcmDiscoveryInteropReportReportSummary
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.
Properties
integer as int64
compatible_count
Required
Number of compatible products.
integer as int64
incompatible_count
Required
Number of incompatible products.
JSON Example
{
"compatible_count": 0,
"incompatible_count": 0
}