executionId property
- @TagNumber(4)
If you want to know about the plans of a previous execution
Implementation
@$pb.TagNumber(4)
$core.String get executionId => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set executionId($core.String v) { $_setString(3, v); }