Name | Type | Description | Notes |
---|---|---|---|
comment | String | Optional description of changes | [optional] |
instructions | Array<PatchSegmentExpiringTargetInstruction> | Semantic patch instructions for the desired changes to the resource |
require 'launchdarkly_api'
instance = LaunchDarklyApi::PatchSegmentExpiringTargetInputRep.new(
comment: optional comment,
instructions: [{"contextKey":"user@email.com","contextKind":"user","kind":"updateExpiringTarget","targetType":"included","value":1587582000000,"version":0}]
)