BatchAttachPolicy class

Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.

Constructors

BatchAttachPolicy({required ObjectReference objectReference, required ObjectReference policyReference})

Properties

hashCode int
The hash code for this object.
no setterinherited
objectReference ObjectReference
The reference that identifies the object to which the policy will be attached.
final
policyReference ObjectReference
The reference that is associated with the policy object.
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