Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.1 KB

File metadata and controls

14 lines (11 loc) · 1.1 KB

# PatchSegmentExpiringTargetInstruction

Properties

Name Type Description Notes
kind string The type of change to make to the context's removal date from this segment
context_key string A unique key used to represent the context
context_kind string The kind of context
target_type string The segment's target type
value int The time, in Unix milliseconds, when the context should be removed from this segment. Required if <code>kind</code> is <code>addExpiringTarget</code> or <code>updateExpiringTarget</code>. [optional]
version int The version of the expiring target to update. Optional and only used if <code>kind</code> is <code>updateExpiringTarget</code>. If included, update will fail if version doesn't match current version of the expiring target. [optional]

[Back to Model list] [Back to API list] [Back to README]