ListIncomingTypedLinksResponse constructor

ListIncomingTypedLinksResponse({
  1. List<TypedLinkSpecifier>? linkSpecifiers,
  2. String? nextToken,
})

Implementation

ListIncomingTypedLinksResponse({
  this.linkSpecifiers,
  this.nextToken,
});