You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of change to make to the context's removal date from this segment
[default to undefined]
contextKey
string
A unique key used to represent the context
[default to undefined]
contextKind
string
The kind of context
[default to undefined]
targetType
string
The segment's target type
[default to undefined]
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] [default to undefined]
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.