GoogleCloudRunV2ExecutionReference constructor

GoogleCloudRunV2ExecutionReference({
  1. String? completionTime,
  2. String? createTime,
  3. String? name,
})

Implementation

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