multiStep property

MultiStep? multiStep
getter/setter pair

Details when multiple steps are run with the same configuration as a group.

These details can be used identify which group this step is part of. It also identifies the groups 'primary step' which indexes all the group members. - In response: present if previously set. - In create request: optional, set iff this step was performed more than once. - In update request: optional

Implementation

MultiStep? multiStep;