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.
1 parent fab4b09 commit f551b56Copy full SHA for f551b56
src/Messaging/Events/ExportRequestEvent.cs
@@ -87,6 +87,10 @@ public class ExportRequestEvent : EventBase
87
[JsonPropertyName("error_messages")]
88
public List<string> ErrorMessages { get; private set; }
89
90
+ [JsonProperty(PropertyName = "file_id")]
91
+ [JsonPropertyName("file_id")]
92
+ public string PayloadId { get; set; } = string.Empty;
93
+
94
/// <summary>
95
/// A list of data output plug-in type names to be executed by the export services.
96
/// Each string must be a fully-qualified type name.
0 commit comments