componentName property
The component requested to be moved. Used for tracking & stopping. NOTE: A plan may move more components than just the root component.
Implementation
@$pb.TagNumber(5)
$core.String get componentName => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set componentName($core.String v) { $_setString(4, v); }