GetDocumentVersionResponse constructor
GetDocumentVersionResponse({
- Map<
String, String> ? customMetadata, - DocumentVersionMetadata? metadata,
Implementation
GetDocumentVersionResponse({
this.customMetadata,
this.metadata,
});