BatchGetObjectAttributes class

Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.

Constructors

BatchGetObjectAttributes({required List<String> attributeNames, required ObjectReference objectReference, required SchemaFacet schemaFacet})

Properties

attributeNames List<String>
List of attribute names whose values will be retrieved.
final
hashCode int
The hash code for this object.
no setterinherited
objectReference ObjectReference
Reference that identifies the object whose attributes will be retrieved.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaFacet SchemaFacet
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
final

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