payloadFormat property
The format of the payload that would be sent.
If not specified the format will be JSON.
Optional. Possible string values are:
- "PAYLOAD_FORMAT_UNSPECIFIED" : Payload format is not specified (will use JSON as default).
- "JSON" : Use JSON.
Implementation
core.String? payloadFormat;