description property
@optional
@description An updated detailed description of the action code's purpose.
@example "Revised to include high-priority hardware failures."
@regex .*
@format May contain any UTF-8 characters or be left empty.
Implementation
@$pb.TagNumber(18)
$core.String get description => $_getSZ(6);
Implementation
@$pb.TagNumber(18)
set description($core.String value) => $_setString(6, value);