PolicyViolationDetails class

Policy violation details.

Constructors

PolicyViolationDetails.new({String? failureMessage, String? policy, String? ruleId})
PolicyViolationDetails.fromJson(Map json_)

Properties

failureMessage String?
User readable message about why the request violated a policy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
policy String?
Name of the policy that was violated.
getter/setter pair
ruleId String?
Id of the rule that triggered the policy violation.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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