location property Null safety
read / write
The location of the parameter.
REQUIRED. Possible values are "query", "header", "path" or "cookie".
Implementation
APIParameterLocation? location;
The location of the parameter.
REQUIRED. Possible values are "query", "header", "path" or "cookie".
APIParameterLocation? location;