name property

String? name
getter/setter pair

The name of the query parameter to match.

The query parameter must exist in the request, in the absence of which the request match fails.

Implementation

core.String? name;