GoogleCloudRunV2Job constructor
GoogleCloudRunV2Job({
- Map<
String, String> ? annotations, - GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
- String? client,
- String? clientVersion,
- List<
GoogleCloudRunV2Condition> ? conditions, - String? createTime,
- String? creator,
- String? deleteTime,
- String? etag,
- int? executionCount,
- String? expireTime,
- String? generation,
- Map<
String, String> ? labels, - String? lastModifier,
- GoogleCloudRunV2ExecutionReference? latestCreatedExecution,
- String? launchStage,
- String? name,
- String? observedGeneration,
- bool? reconciling,
- bool? satisfiesPzs,
- GoogleCloudRunV2ExecutionTemplate? template,
- GoogleCloudRunV2Condition? terminalCondition,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudRunV2Job({
this.annotations,
this.binaryAuthorization,
this.client,
this.clientVersion,
this.conditions,
this.createTime,
this.creator,
this.deleteTime,
this.etag,
this.executionCount,
this.expireTime,
this.generation,
this.labels,
this.lastModifier,
this.latestCreatedExecution,
this.launchStage,
this.name,
this.observedGeneration,
this.reconciling,
this.satisfiesPzs,
this.template,
this.terminalCondition,
this.uid,
this.updateTime,
});