GrpcRoute constructor

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

Implementation

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