expression property

  1. @TagNumber(1)
String expression

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);
  1. @TagNumber(1)
void expression=(String v)

Implementation

@$pb.TagNumber(1)
set expression($core.String v) { $_setString(0, v); }