LaunchDarklyApi::PatchSegmentRequest Properties Name Type Description Notes comment String Optional description of changes [optional] instructions Array<PatchSegmentInstruction> Semantic patch instructions for the desired changes to the resource Example require 'launchdarkly_api' instance = LaunchDarklyApi::PatchSegmentRequest.new( comment: optional comment, instructions: [{"kind":"updateExpireUserTargetDate","targetType":"included","userKey":"userKey","value":1587582000000,"version":0}] )