Skip to content

Commit ad1f0f6

Browse files
committed
Webhook id field added
1 parent 15bdaca commit ad1f0f6

File tree

1 file changed

+3
-0
lines changed
  • libs/sparkpost-lib/src/main/java/com/sparkpost/model

1 file changed

+3
-0
lines changed

libs/sparkpost-lib/src/main/java/com/sparkpost/model/Webhook.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
@EqualsAndHashCode(callSuper = true)
2020
public class Webhook extends Base {
2121

22+
@Description(value = "Webhook id")
23+
private String id;
24+
2225
@Description(value = "User-friendly name", sample = {"Inbound Customer Replies"})
2326
private String name;
2427

0 commit comments

Comments
 (0)