BatchListIncomingTypedLinksResponse constructor

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

Implementation

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