ValidationErrorsEntry class

Displays errors that occurred during validation of the resource policy.

Constructors

ValidationErrorsEntry({String? checkName, String? errorMessage})
ValidationErrorsEntry.fromJson(Map<String, dynamic> json)
factory

Properties

checkName String?
Checks the name of the policy.
final
errorMessage String?
Displays error messages if validation encounters problems during validation of the resource policy.
final
hashCode int
The hash code for this object.
no setterinherited
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