Skip to content

Commit

Permalink
return user on watch record (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored and russcam committed Oct 17, 2018
1 parent f7100fd commit 7f99a91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public class WatchRecord
[JsonProperty("watch_id")]
public string WatchId { get; set; }

[JsonProperty("user")]
public string User { get; set; }

[JsonProperty("messages")]
public IReadOnlyCollection<string> Messages { get; set; }

Expand Down

0 comments on commit 7f99a91

Please sign in to comment.