GoogleCloudRunV2TrafficTarget constructor

GoogleCloudRunV2TrafficTarget({
  1. int? percent,
  2. String? revision,
  3. String? tag,
  4. String? type,
})

Implementation

GoogleCloudRunV2TrafficTarget({
  this.percent,
  this.revision,
  this.tag,
  this.type,
});