Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.12 KB

PatchSegmentInstruction.md

File metadata and controls

16 lines (11 loc) · 1.12 KB

PatchSegmentInstruction

Properties

Name Type Description Notes
kind str The type of change to make to the user's removal date from this segment
user_key str A unique key used to represent the user
target_type str The segment's target type
value int 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 int The version of the segment to update. Required if <code>kind</code> is <code>updateExpireUserTargetDate</code>. [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]