CloudRun constructor

CloudRun({
  1. String? path,
  2. String? region,
  3. String? service,
})

Implementation

CloudRun({
  this.path,
  this.region,
  this.service,
});