| Name | Type | Description | Notes |
|---|---|---|---|
| kind | KindEnum | 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 | TargetTypeEnum | The segment's target type | |
| value | Integer | 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 | Integer | The version of the segment to update. Required if <code>kind</code> is <code>updateExpireUserTargetDate</code>. | [optional] |
| Name | Value |
|---|---|
| ADD_EXPIRE_USER_TARGET_DATE | "addExpireUserTargetDate" |
| UPDATE_EXPIRE_USER_TARGET_DATE | "updateExpireUserTargetDate" |
| REMOVE_EXPIRE_USER_TARGET_DATE | "removeExpireUserTargetDate" |
| Name | Value |
|---|---|
| INCLUDED | "included" |
| EXCLUDED | "excluded" |