GatewayServiceMesh constructor

GatewayServiceMesh({
  1. String? deployment,
  2. String? httpRoute,
  3. String? routeUpdateWaitTime,
  4. String? service,
  5. String? stableCutbackDuration,
})

Implementation

GatewayServiceMesh({
  this.deployment,
  this.httpRoute,
  this.routeUpdateWaitTime,
  this.service,
  this.stableCutbackDuration,
});