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 3d3800f + f551b56 commit bb9840fCopy full SHA for bb9840f
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