You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk/models/shared/targetsdk.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,5 @@
26
26
|`lastEventCreatedAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| Timestamp when the event was created in the database. |
27
27
|`lastEventId`|*string*|:heavy_check_mark:| Unique identifier of the last event for the target |
28
28
|`repoLabel`|*string*|:heavy_minus_sign:| Label of the git repository. |
29
-
|`success`|*boolean*|:heavy_minus_sign:| Indicates whether the event was successful. |
29
+
|`success`|*boolean*|:heavy_minus_sign:| Indicates whether the event was successful. |
30
+
|`totalEvents`|*number*|:heavy_check_mark:| Total number of events for the target |
0 commit comments