location property

APIParameterLocation? location
getter/setter pair

The location of the parameter.

REQUIRED. Possible values are "query", "header", "path" or "cookie". EXCEPT when used as response header 🤦️

Implementation

APIParameterLocation? location;