GoogleCloudRunV2Execution constructor
GoogleCloudRunV2Execution({
- Map<
String, String> ? annotations, - int? cancelledCount,
- String? completionTime,
- List<
GoogleCloudRunV2Condition> ? conditions, - String? createTime,
- String? deleteTime,
- String? etag,
- String? expireTime,
- int? failedCount,
- String? generation,
- String? job,
- Map<
String, String> ? labels, - String? launchStage,
- String? logUri,
- String? name,
- String? observedGeneration,
- int? parallelism,
- bool? reconciling,
- int? retriedCount,
- int? runningCount,
- bool? satisfiesPzs,
- String? startTime,
- int? succeededCount,
- int? taskCount,
- GoogleCloudRunV2TaskTemplate? template,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudRunV2Execution({
this.annotations,
this.cancelledCount,
this.completionTime,
this.conditions,
this.createTime,
this.deleteTime,
this.etag,
this.expireTime,
this.failedCount,
this.generation,
this.job,
this.labels,
this.launchStage,
this.logUri,
this.name,
this.observedGeneration,
this.parallelism,
this.reconciling,
this.retriedCount,
this.runningCount,
this.satisfiesPzs,
this.startTime,
this.succeededCount,
this.taskCount,
this.template,
this.uid,
this.updateTime,
});