CloudRunRewrite constructor

CloudRunRewrite({
  1. String? region,
  2. String? serviceId,
})

Implementation

CloudRunRewrite({
  this.region,
  this.serviceId,
});