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 875b2df + d41cfbe commit d4a5f92Copy full SHA for d4a5f92
src/Messaging/Events/ExportRequestEvent.cs
@@ -87,6 +87,9 @@ public class ExportRequestEvent : EventBase
87
[JsonPropertyName("error_messages")]
88
public List<string> ErrorMessages { get; private set; }
89
90
+ /// <summary>
91
+ /// Gets or set the payloadId for external apps sending data back
92
+ /// </summary>
93
[JsonProperty(PropertyName = "file_id")]
94
[JsonPropertyName("file_id")]
95
public string? PayloadId { get; set; }
0 commit comments