userComment property

  1. @TagNumber.new(5)
String get userComment

@description Audit log comment or justification captured during the last modification or transactional operation.

@example "Updated contact assignment per Q3 structural reorganization."

Implementation

@$pb.TagNumber(5)
$core.String get userComment => $_getSZ(4);
  1. @TagNumber.new(5)
set userComment (String value)

Implementation

@$pb.TagNumber(5)
set userComment($core.String value) => $_setString(4, value);