Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.4 KB

PatchSegmentExpiringTargetInstruction.md

File metadata and controls

37 lines (21 loc) · 1.4 KB

PatchSegmentExpiringTargetInstruction

Properties

Name Type Description Notes
kind KindEnum The type of change to make to the context's removal date from this segment
contextKey String A unique key used to represent the context
contextKind String The kind of context
targetType TargetTypeEnum The segment's target type
value Long 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 Integer 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]

Enum: KindEnum

Name Value
ADDEXPIRINGTARGET "addExpiringTarget"
UPDATEEXPIRINGTARGET "updateExpiringTarget"
REMOVEEXPIRINGTARGET "removeExpiringTarget"

Enum: TargetTypeEnum

Name Value
INCLUDED "included"
EXCLUDED "excluded"