BatchListAttachedIndices class

Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.

Constructors

BatchListAttachedIndices({required ObjectReference targetReference, int? maxResults, String? nextToken})

Properties

hashCode int
The hash code for this object.
no setterinherited
maxResults int?
The maximum number of results to retrieve.
final
nextToken String?
The pagination token.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetReference ObjectReference
A reference to the object that has indices attached.
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