Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 737 Bytes

TransactionStep.md

File metadata and controls

14 lines (10 loc) · 737 Bytes

TransactionStep

Properties

Name Type Description Notes
StepNumber int32 Step (index) number [default to null]
StepName string The name of the step [optional] [default to null]
TotalTime float64 Number of milliseconds it took for this step to succeed [default to null]
Elements []string Text representation of the step element results [optional] [default to null]
HasError bool Did this step result in an error? [default to null]

[Back to Model list] [Back to API list] [Back to README]