Workflow constructor
Workflow({
- List<
String> ? allKmsKeys, - List<
String> ? allKmsKeysVersions, - String? callLogLevel,
- String? createTime,
- String? cryptoKeyName,
- String? cryptoKeyVersion,
- String? description,
- Map<
String, String> ? labels, - String? name,
- String? revisionCreateTime,
- String? revisionId,
- String? serviceAccount,
- String? sourceContents,
- String? state,
- StateError? stateError,
- String? updateTime,
- 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,
});