ListDocumentMetadataHistoryResponse class

Constructors

ListDocumentMetadataHistoryResponse({String? author, String? documentVersion, DocumentMetadataResponseInfo? metadata, String? name, String? nextToken})
ListDocumentMetadataHistoryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

author String?
The user ID of the person in the organization who requested the document review.
final
documentVersion String?
The version of the document.
final
hashCode int
The hash code for this object.
no setterinherited
metadata DocumentMetadataResponseInfo?
Information about the response to the document approval request.
final
name String?
The name of the document.
final
nextToken String?
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited