webhookPayload property

Map<String, Object?>? webhookPayload
getter/setter pair

If the query was fulfilled by a webhook call, this field is set to the value of the payload field returned in the webhook response.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? webhookPayload;