Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.29 KB

PatchSegmentExpiringTargetInstruction.md

File metadata and controls

17 lines (12 loc) · 1.29 KB

PatchSegmentExpiringTargetInstruction

Properties

Name Type Description Notes
kind str The type of change to make to the context's removal date from this segment
context_key str A unique key used to represent the context
context_kind str The kind of context
target_type str 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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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