Workflow constructor

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

Implementation

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