expression property
Textual representation of an expression in Common Expression Language syntax.
The application context of the containing message determines which well-known feature set of CEL is supported.
Implementation
@$pb.TagNumber(1)
$core.String get expression => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set expression($core.String v) { $_setString(0, v); }