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 bb9840f + 4c6751f commit 875b2dfCopy full SHA for 875b2df
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