Skip to content

Files

Latest commit

09a5972 · Nov 16, 2022

History

History
16 lines (12 loc) · 892 Bytes

StepTimingInfo.md

File metadata and controls

16 lines (12 loc) · 892 Bytes

StepTimingInfo

Properties

Name Type Description Notes
Description string [optional] [default to null]
StartUtc interface{} [default to null]
EndUtc interface{} [default to null]
ElapsedMilliseconds int64 [default to null]
DelayMilliseconds int64 [default to null]
SubTimingInfos []StepTimingInfo [optional] [default to null]
IsValid bool If true, this TimingInfo should be counted as part of the sum of its siblings. If false, the TimingInfo should be discarded (e.g. for PreDelays we don't want to count). [default to null]

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