ApiLoopIterationRequest

ApiLoopIterationRequest represents a request for a loop iteration.

JSON representation
{
  "startLoopStepIdentifier": string,
  "loopIteration": integer
}
Fields
startLoopStepIdentifier

string

Required. StartLoopStepIdentifier is the identifier of the start loop step.

loopIteration

integer

Required. LoopIteration is the current loop iteration.