camelCaseName property
The name of the CloudEvents attribute in lower Camel case, e.g. "firebaseDatabaseHost". This only needs to be populated if the name would otherwise be mis-represented.
Implementation
@$pb.TagNumber(3)
$core.String get camelCaseName => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set camelCaseName($core.String v) { $_setString(2, v); }