ListDocumentMetadataHistoryResponse constructor

ListDocumentMetadataHistoryResponse({
  1. String? author,
  2. String? documentVersion,
  3. DocumentMetadataResponseInfo? metadata,
  4. String? name,
  5. String? nextToken,
})

Implementation

ListDocumentMetadataHistoryResponse({
  this.author,
  this.documentVersion,
  this.metadata,
  this.name,
  this.nextToken,
});