JobFlowExecutionStatusDetail constructor
JobFlowExecutionStatusDetail({})
Implementation
JobFlowExecutionStatusDetail({
required this.creationDateTime,
required this.state,
this.endDateTime,
this.lastStateChangeReason,
this.readyDateTime,
this.startDateTime,
});