BatchListIncomingTypedLinks constructor

BatchListIncomingTypedLinks({
  1. required ObjectReference objectReference,
  2. List<TypedLinkAttributeRange>? filterAttributeRanges,
  3. TypedLinkSchemaAndFacetName? filterTypedLink,
  4. int? maxResults,
  5. String? nextToken,
})

Implementation

BatchListIncomingTypedLinks({
  required this.objectReference,
  this.filterAttributeRanges,
  this.filterTypedLink,
  this.maxResults,
  this.nextToken,
});