Traffic constructor

Traffic({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. TrafficSet? current,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. bool? reconciling,
  8. RolloutPolicy? rolloutPolicy,
  9. TrafficSet? target,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Traffic({
  this.annotations,
  this.createTime,
  this.current,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.rolloutPolicy,
  this.target,
  this.uid,
  this.updateTime,
});