userComment property
@optional
@description Audit log comment or justification for this specific update. Captured in the version history for administrative tracking.
@example "Updating brand colors to match new UI guidelines."
@regex .*
@format May contain any UTF-8 characters or be left empty.
Implementation
@$pb.TagNumber(1)
$core.String get userComment => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set userComment($core.String value) => $_setString(0, value);