NonComplianceDetailCondition class

A compliance rule condition which is satisfied if there exists any matching NonComplianceDetail for the device.

A NonComplianceDetail matches a NonComplianceDetailCondition if all the fields which are set within the NonComplianceDetailCondition match the corresponding NonComplianceDetail fields.

Constructors

NonComplianceDetailCondition({String? nonComplianceReason, String? packageName, String? settingName})
NonComplianceDetailCondition.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
nonComplianceReason String?
The reason the device is not in compliance with the setting.
getter/setter pair
packageName String?
The package name of the app that's out of compliance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingName String?
The name of the policy setting.
getter/setter pair

Methods

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

Operators

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