steps property

List<Step>? steps
getter/setter pair

Exactly one of step or steps_location should be specified.

The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.

Implementation

core.List<Step>? steps;