ComplianceSummaryItem class

A summary of compliance information by compliance type.

Constructors

ComplianceSummaryItem({String? complianceType, CompliantSummary? compliantSummary, NonCompliantSummary? nonCompliantSummary})
ComplianceSummaryItem.fromJson(Map<String, dynamic> json)
factory

Properties

complianceType String?
The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.
final
compliantSummary CompliantSummary?
A list of COMPLIANT items for the specified compliance type.
final
hashCode int
The hash code for this object.
no setterinherited
nonCompliantSummary NonCompliantSummary?
A list of NON_COMPLIANT items for the specified compliance type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited