ListDocumentVersionsResult constructor

ListDocumentVersionsResult({
  1. List<DocumentVersionInfo>? documentVersions,
  2. String? nextToken,
})

Implementation

ListDocumentVersionsResult({
  this.documentVersions,
  this.nextToken,
});