GoogleCloudRunV2TaskAttemptResult constructor
GoogleCloudRunV2TaskAttemptResult({
- int? exitCode,
- GoogleRpcStatus? status,
Implementation
GoogleCloudRunV2TaskAttemptResult({
this.exitCode,
this.status,
});