userComment property
@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);
Implementation
@$pb.TagNumber(5)
set userComment($core.String value) => $_setString(4, value);