payloadLocation property

String? payloadLocation
getter/setter pair

Location within the request where the payload was placed. Possible string values are:

  • "LOCATION_UNSPECIFIED" : Unknown Location.
  • "COMPLETE_REQUEST_BODY" : The XML payload replaced the complete request body.

Implementation

core.String? payloadLocation;