lastPlanOnly property
If supplied, the response will only return the the last plan for the component / execution
Implementation
@$pb.TagNumber(3)
$core.bool get lastPlanOnly => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set lastPlanOnly($core.bool v) { $_setBool(2, v); }