payloadFormat property

String? payloadFormat
getter/setter pair

The desired format of the notification message payloads.

Required. Possible string values are:

  • "PAYLOAD_FORMAT_UNSPECIFIED" : Illegal value, to avoid allowing a default.
  • "NONE" : No payload is included with the notification.
  • "JSON" : TransferOperation is formatted as a JSON response, in application/json.

Implementation

core.String? payloadFormat;