DocumentReviewerResponseSource class

Information about a reviewer's response to a document review request.

Constructors

DocumentReviewerResponseSource({List<DocumentReviewCommentSource>? comment, DateTime? createTime, ReviewStatus? reviewStatus, String? reviewer, DateTime? updatedTime})
DocumentReviewerResponseSource.fromJson(Map<String, dynamic> json)
factory

Properties

comment List<DocumentReviewCommentSource>?
The comment entered by a reviewer as part of their document review response.
final
createTime DateTime?
The date and time that a reviewer entered a response to a document review request.
final
hashCode int
The hash code for this object.
no setterinherited
reviewer String?
The user in your organization assigned to review a document request.
final
reviewStatus ReviewStatus?
The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedTime DateTime?
The date and time that a reviewer last updated a response to a document review request.
final

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