ListOutgoingTypedLinksResponse constructor

ListOutgoingTypedLinksResponse({
  1. String? nextToken,
  2. List<TypedLinkSpecifier>? typedLinkSpecifiers,
})

Implementation

ListOutgoingTypedLinksResponse({
  this.nextToken,
  this.typedLinkSpecifiers,
});