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
@@ -308,6 +313,7 @@ res = s.events.get_workspace_events(req)
308
313
if res.cli_event_batch isnotNone:
309
314
# handle response
310
315
pass
316
+
311
317
```
312
318
<!-- End Global Parameters [global-parameters] -->
313
319
@@ -337,6 +343,7 @@ res = s.auth.get_workspace_access(req,
337
343
if res.access_details isnotNone:
338
344
# handle response
339
345
pass
346
+
340
347
```
341
348
342
349
If you'd like to override the default retry strategy for all operations that support retries, you can use the `retry_config` optional parameter when initializing the SDK:
@@ -360,6 +367,7 @@ res = s.auth.get_workspace_access(req)
Copy file name to clipboardExpand all lines: docs/models/shared/targetsdk.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
|`id`|*str*|:heavy_check_mark:| Unique identifier of the target the same as `generate_gen_lock_id`|
11
11
|`last_event_created_at`|[date](https://docs.python.org/3/library/datetime.html#date-objects)|:heavy_check_mark:| Timestamp when the event was created in the database. |
12
12
|`last_event_id`|*str*|:heavy_check_mark:| Unique identifier of the last event for the target |
13
+
|`last_event_interaction_type`|[shared.InteractionType](../../models/shared/interactiontype.md)|:heavy_check_mark:| Type of interaction. |
0 commit comments