Interface protos.google.cloud.networkservices.v1.HttpRoute.IQueryParameterMatch (0.2.1)

Properties of a QueryParameterMatch.

Package

@google-cloud/networkservices

Properties

exactMatch

exactMatch?: (string|null);

QueryParameterMatch exactMatch

presentMatch

presentMatch?: (boolean|null);

QueryParameterMatch presentMatch

queryParameter

queryParameter?: (string|null);

QueryParameterMatch queryParameter

regexMatch

regexMatch?: (string|null);

QueryParameterMatch regexMatch