We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3adc5c4 + a9c34e6 commit 51e6ae7Copy full SHA for 51e6ae7
src/Messaging/Events/ExportRequestEvent.cs
@@ -87,6 +87,13 @@ public class ExportRequestEvent : EventBase
87
[JsonPropertyName("error_messages")]
88
public List<string> ErrorMessages { get; private set; }
89
90
+ /// <summary>
91
+ /// Gets or set the payloadId for external apps sending data back
92
+ /// </summary>
93
+ [JsonProperty(PropertyName = "payload_id")]
94
+ [JsonPropertyName("payload_id")]
95
+ public string? PayloadId { get; set; }
96
+
97
/// <summary>
98
/// A list of data output plug-in type names to be executed by the export services.
99
/// Each string must be a fully-qualified type name.
0 commit comments