Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 1.15 KB

PatchSegmentInstruction.md

File metadata and controls

37 lines (16 loc) · 1.15 KB

LaunchDarklyApi.PatchSegmentInstruction

Properties

Name Type Description Notes
kind String The type of change to make to the user's removal date from this segment
userKey String A unique key used to represent the user
targetType String The segment's target type
value Number The time, in Unix milliseconds, when the user should be removed from this segment. Required if <code>kind</code> is <code>addExpireUserTargetDate</code> or <code>updateExpireUserTargetDate</code>. [optional]
version Number The version of the segment to update. Required if <code>kind</code> is <code>updateExpireUserTargetDate</code>. [optional]

Enum: KindEnum

  • addExpireUserTargetDate (value: "addExpireUserTargetDate")

  • updateExpireUserTargetDate (value: "updateExpireUserTargetDate")

  • removeExpireUserTargetDate (value: "removeExpireUserTargetDate")

Enum: TargetTypeEnum

  • included (value: "included")

  • excluded (value: "excluded")