Grpc Route Rule Match Method
data class GrpcRouteRuleMatchMethod(val caseSensitive: Boolean? = null, val grpcMethod: String, val grpcService: String)
Constructors
Link copied to clipboard
fun GrpcRouteRuleMatchMethod(caseSensitive: Boolean? = null, grpcMethod: String, grpcService: String)