@doc The code of the custom action.
@$pb.TagNumber(4) $core.String get code => $_getSZ(3);
@$pb.TagNumber(4) set code($core.String value) => $_setString(3, value);