httpElementLocation property

String? httpElementLocation
getter/setter pair

The location of the API key.

Optional. Possible string values are:

  • "HTTP_IN_UNSPECIFIED"
  • "HTTP_IN_QUERY" : Element is in the HTTP request query.
  • "HTTP_IN_HEADER" : Element is in the HTTP request header.
  • "HTTP_IN_PATH" : Element is in the HTTP request path.
  • "HTTP_IN_BODY" : Element is in the HTTP request body.
  • "HTTP_IN_COOKIE" : Element is in the HTTP request cookie.

Implementation

core.String? httpElementLocation;