httpElementLocation property
The location of the API key.
The default value is QUERY.
Required. Possible string values are:
- "HTTP_ELEMENT_LOCATION_UNSPECIFIED" : HTTP element location not specified.
- "QUERY" : Element is in the HTTP request query.
- "HEADER" : Element is in the HTTP request header.
- "PATH" : Element is in the HTTP request path.
- "BODY" : Element is in the HTTP request body.
- "COOKIE" : Element is in the HTTP request cookie.
Implementation
core.String? httpElementLocation;