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 2aa3e75 commit 16f14ddCopy full SHA for 16f14dd
src/Messaging/Events/ExternalAppRequestEvent.cs
@@ -117,6 +117,10 @@ public class ExternalAppRequestEvent
117
/// </summary>
118
public List<DataOrigin> Targets { get; set; } = new List<DataOrigin>();
119
120
+ [JsonProperty(PropertyName = "destination_folder")]
121
+ [JsonPropertyName("destination_folder")]
122
+ public string? DestinationFolder { get; set; }
123
+
124
[Newtonsoft.Json.JsonConstructor]
125
[System.Text.Json.Serialization.JsonConstructor]
126
public ExternalAppRequestEvent()
0 commit comments