webhookPayloads property
The list of webhook payload in WebhookResponse.payload, in the order of call sequence.
If some webhook call fails or doesn't return any payload, an empty
Struct
would be used instead.
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.List<core.Map<core.String, core.Object?>>? webhookPayloads;