GoogleCloudRunV2TrafficTargetStatus constructor

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

Implementation

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