TcpRoute constructor

TcpRoute({
  1. String? createTime,
  2. String? description,
  3. List<String>? gateways,
  4. Map<String, String>? labels,
  5. List<String>? meshes,
  6. String? name,
  7. List<TcpRouteRouteRule>? rules,
  8. String? selfLink,
  9. String? updateTime,
})

Implementation

TcpRoute({
  this.createTime,
  this.description,
  this.gateways,
  this.labels,
  this.meshes,
  this.name,
  this.rules,
  this.selfLink,
  this.updateTime,
});