CedarPolicyResource class abstract

Constructors

CedarPolicyResource({required CedarPolicyOp op, CedarEntityId? entity, String? entityType, CedarSlotId? slot})
factory
CedarPolicyResource.build([void updates(CedarPolicyResourceBuilder)])
factory
CedarPolicyResource.fromJson(Map<String, Object?> json)
factory

Properties

entity CedarEntityId?
no setter
entityType String?
no setter
hashCode int
The hash code for this object.
no setterinherited
op CedarPolicyOp
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot CedarSlotId?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CedarPolicyResourceBuilder)) CedarPolicyResource
Rebuilds the instance.
inherited
toBuilder() CedarPolicyResourceBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<CedarPolicyResource>
no setter