| 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] |
-
addExpiringTarget(value:"addExpiringTarget") -
updateExpiringTarget(value:"updateExpiringTarget") -
removeExpiringTarget(value:"removeExpiringTarget")
-
included(value:"included") -
excluded(value:"excluded")