location property Null safety

APIParameterLocation? location
read / write

The location of the API key.

Valid values are "query", "header" or "cookie".

For apiKey only. REQUIRED if so.

Implementation

APIParameterLocation? location;