location property

APIParameterLocation? location
getter/setter pair

The location of the parameter.

REQUIRED. Possible values are "query", "header", "path" or "cookie".

Implementation

APIParameterLocation? location;