WorkflowInvocationAction constructor

WorkflowInvocationAction({
  1. BigQueryAction? bigqueryAction,
  2. Target? canonicalTarget,
  3. DataPreparationAction? dataPreparationAction,
  4. String? failureReason,
  5. String? internalMetadata,
  6. Interval? invocationTiming,
  7. NotebookAction? notebookAction,
  8. String? state,
  9. Target? target,
})

Implementation

WorkflowInvocationAction({
  this.bigqueryAction,
  this.canonicalTarget,
  this.dataPreparationAction,
  this.failureReason,
  this.internalMetadata,
  this.invocationTiming,
  this.notebookAction,
  this.state,
  this.target,
});