Skip to content

Commit 37cd46a

Browse files
Mpdreamzrusscam
authored andcommitted
return user on watch record (#3445)
as per elastic/elasticsearch#31873 (cherry picked from commit 7f99a91)
1 parent 3234eba commit 37cd46a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public class WatchRecord
5050
[JsonProperty("watch_id")]
5151
public string WatchId { get; set; }
5252

53+
[JsonProperty("user")]
54+
public string User { get; set; }
55+
5356
[JsonProperty("messages")]
5457
public IReadOnlyCollection<string> Messages { get; set; }
5558

0 commit comments

Comments
 (0)