GoogleCloudRunV2TaskAttemptResult constructor

GoogleCloudRunV2TaskAttemptResult({
  1. int? exitCode,
  2. GoogleRpcStatus? status,
  3. int? termSignal,
})

Implementation

GoogleCloudRunV2TaskAttemptResult({
  this.exitCode,
  this.status,
  this.termSignal,
});