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: [{"contextKey":"contextKey","contextKind":"user","kind":"updateExpiringTarget","targetType":"included","value":1587582000000,"version":0}] )