locationType property

String? locationType
getter/setter pair

Location Tyep denotes where this value should be sent in BYOC connections.

Optional. Possible string values are:

  • "LOCATION_TYPE_UNSPECIFIED" : Location type unspecified.
  • "HEADER" : Request header.
  • "PAYLOAD" : Request Payload.
  • "QUERY_PARAM" : Request query param.
  • "PATH_PARAM" : Request path param.

Implementation

core.String? locationType;