v1CreatePolicyIntentV3 class

Constructors

v1CreatePolicyIntentV3({required String policyName, required v1Effect effect, String? condition, String? consensus, String? notes})
const
v1CreatePolicyIntentV3.fromJson(Map<String, dynamic> json)
factory

Properties

condition String?
The condition expression that triggers the Effect
final
consensus String?
The consensus expression that triggers the Effect
final
effect v1Effect
The instruction to DENY or ALLOW an activity.
final
hashCode int
The hash code for this object.
no setterinherited
notes String?
final
policyName String
Human-readable name for a Policy.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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