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 f551b56 commit 4c6751fCopy full SHA for 4c6751f
src/Messaging/Events/ExportRequestEvent.cs
@@ -89,7 +89,7 @@ public class ExportRequestEvent : EventBase
89
90
[JsonProperty(PropertyName = "file_id")]
91
[JsonPropertyName("file_id")]
92
- public string PayloadId { get; set; } = string.Empty;
+ public string? PayloadId { get; set; }
93
94
/// <summary>
95
/// A list of data output plug-in type names to be executed by the export services.
0 commit comments