RouteSpecGrpcRouteMatchMetadata

data class RouteSpecGrpcRouteMatchMetadata(val invert: Boolean? = null, val match: RouteSpecGrpcRouteMatchMetadataMatch? = null, val name: String)

Constructors

Link copied to clipboard
constructor(invert: Boolean? = null, match: RouteSpecGrpcRouteMatchMetadataMatch? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val invert: Boolean? = null

If true, the match is on the opposite of the match criteria. Default is false.

Link copied to clipboard

Data to match from the request.

Link copied to clipboard

Name of the route. Must be between 1 and 50 characters in length.