Skip to content

Commit 5fbb1dc

Browse files
committed
Use Actions in Get Watch API
1 parent 4dd1577 commit 5fbb1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/XPack/Watcher/Watch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Watch
2323

2424
[JsonProperty("actions")]
2525
[JsonConverter(typeof(ActionsJsonConverter))]
26-
public IDictionary<string, IAction> Actions { get; internal set; }
26+
public Actions Actions { get; internal set; }
2727

2828
[JsonProperty("status")]
2929
public WatchStatus Status { get; internal set; }

0 commit comments

Comments
 (0)