name property
@mandatory
@description The display name of the action code. Must be at least 1 character long.
@example "Technical Support"
@regex .+
@format May contain any UTF-8 characters.
Implementation
@$pb.TagNumber(10)
$core.String get name => $_getSZ(2);
Implementation
@$pb.TagNumber(10)
set name($core.String value) => $_setString(2, value);