GoogleCloudRunV2ExecutionReference constructor

GoogleCloudRunV2ExecutionReference({
  1. String? completionStatus,
  2. String? completionTime,
  3. String? createTime,
  4. String? deleteTime,
  5. String? name,
})

Implementation

GoogleCloudRunV2ExecutionReference({
  this.completionStatus,
  this.completionTime,
  this.createTime,
  this.deleteTime,
  this.name,
});