step property

  1. @TagNumber(1)
Map<String, ComponentState> step

A step is the component state each component resource should reach while executing that step of the plan. Keys are the fully qualified component name.

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, ComponentState> get step => $_getMap(0);