stages property

Map<String, JobExecutionStageInfo>? stages
getter/setter pair

A mapping from each stage to the information about that stage.

Implementation

core.Map<core.String, JobExecutionStageInfo>? stages;