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 4dd1577 commit 5fbb1dcCopy full SHA for 5fbb1dc
src/Nest/XPack/Watcher/Watch.cs
@@ -23,7 +23,7 @@ public class Watch
23
24
[JsonProperty("actions")]
25
[JsonConverter(typeof(ActionsJsonConverter))]
26
- public IDictionary<string, IAction> Actions { get; internal set; }
+ public Actions Actions { get; internal set; }
27
28
[JsonProperty("status")]
29
public WatchStatus Status { get; internal set; }
0 commit comments