requestLocation property

String? requestLocation
getter/setter pair

Key location in the request.

Required. Possible string values are:

  • "REQUEST_LOCATION_UNSPECIFIED" : Default value. This value is unused.
  • "HEADER" : Represents the key in http header.
  • "QUERY_STRING" : Represents the key in query string.

Implementation

core.String? requestLocation;