GatewayAdvertisedRoute constructor

GatewayAdvertisedRoute({
  1. String? createTime,
  2. String? description,
  3. String? ipRange,
  4. Map<String, String>? labels,
  5. String? name,
  6. int? priority,
  7. String? recipient,
  8. String? state,
  9. String? uniqueId,
  10. String? updateTime,
})

Implementation

GatewayAdvertisedRoute({
  this.createTime,
  this.description,
  this.ipRange,
  this.labels,
  this.name,
  this.priority,
  this.recipient,
  this.state,
  this.uniqueId,
  this.updateTime,
});