Skip to content

Commit f551b56

Browse files
committed
adding payloadId to export event
Signed-off-by: Neil South <[email protected]>
1 parent fab4b09 commit f551b56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Messaging/Events/ExportRequestEvent.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ public class ExportRequestEvent : EventBase
8787
[JsonPropertyName("error_messages")]
8888
public List<string> ErrorMessages { get; private set; }
8989

90+
[JsonProperty(PropertyName = "file_id")]
91+
[JsonPropertyName("file_id")]
92+
public string PayloadId { get; set; } = string.Empty;
93+
9094
/// <summary>
9195
/// A list of data output plug-in type names to be executed by the export services.
9296
/// Each string must be a fully-qualified type name.

0 commit comments

Comments
 (0)