BatchAttachTypedLink class

Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations.

Constructors

Properties

attributes List<AttributeNameAndValue>
A set of attributes that are associated with the typed link.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceObjectReference ObjectReference
Identifies the source object that the typed link will attach to.
final
targetObjectReference ObjectReference
Identifies the target object that the typed link will attach to.
final
typedLinkFacet TypedLinkSchemaAndFacetName
Identifies the typed link facet that is associated with the typed link.
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