GetGreyTagRoutesRoute

data class GetGreyTagRoutesRoute(val description: String, val dubboRules: List<GetGreyTagRoutesRouteDubboRule>, val greyTagRouteName: String, val id: String, val scRules: List<GetGreyTagRoutesRouteScRule>)

Constructors

Link copied to clipboard
constructor(description: String, dubboRules: List<GetGreyTagRoutesRouteDubboRule>, greyTagRouteName: String, id: String, scRules: List<GetGreyTagRoutesRouteScRule>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of GreyTagRoute.

Link copied to clipboard

The grayscale rule created for Dubbo Application.

Link copied to clipboard

The name of GreyTagRoute.

Link copied to clipboard
val id: String

The ID of the GreyTagRoute.

Link copied to clipboard

The grayscale rule created for SpringCloud Application.