Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 1.29 KB

PatchSegmentExpiringTargetInstruction.md

File metadata and controls

38 lines (17 loc) · 1.29 KB

LaunchDarklyApi.PatchSegmentExpiringTargetInstruction

Properties

Name Type Description Notes
kind String 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 String The segment's target type
value Number 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 Number 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

  • addExpiringTarget (value: "addExpiringTarget")

  • updateExpiringTarget (value: "updateExpiringTarget")

  • removeExpiringTarget (value: "removeExpiringTarget")

Enum: TargetTypeEnum

  • included (value: "included")

  • excluded (value: "excluded")