Workflow constructor

Workflow({
  1. String? callLogLevel,
  2. String? createTime,
  3. String? cryptoKeyName,
  4. String? description,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? revisionCreateTime,
  8. String? revisionId,
  9. String? serviceAccount,
  10. String? sourceContents,
  11. String? state,
  12. StateError? stateError,
  13. String? updateTime,
  14. Map<String, String>? userEnvVars,
})

Implementation

Workflow({
  this.callLogLevel,
  this.createTime,
  this.cryptoKeyName,
  this.description,
  this.labels,
  this.name,
  this.revisionCreateTime,
  this.revisionId,
  this.serviceAccount,
  this.sourceContents,
  this.state,
  this.stateError,
  this.updateTime,
  this.userEnvVars,
});