GrpcRouteRuleMatchHeader

data class GrpcRouteRuleMatchHeader(val key: String, val type: String? = null, val value: String)

Constructors

Link copied to clipboard
constructor(key: String, type: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Required. The key of the header.

Link copied to clipboard
val type: String? = null

The type of match. Default value is EXACT. Possible values are: TYPE_UNSPECIFIED, EXACT, REGULAR_EXPRESSION.

Link copied to clipboard

Required. The value of the header.