ListDocumentVersionsResult constructor
ListDocumentVersionsResult({
- List<
DocumentVersionInfo> ? documentVersions, - String? nextToken,
Implementation
ListDocumentVersionsResult({
this.documentVersions,
this.nextToken,
});