BatchListIncomingTypedLinks class

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListIncomingTypedLinks and BatchReadRequest$Operations.

Constructors

Properties

filterAttributeRanges List<TypedLinkAttributeRange>?
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
final
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
final
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
objectReference ObjectReference
The reference that identifies the object whose attributes will be listed.
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