Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 726 Bytes

PatchSegmentRequest.md

File metadata and controls

20 lines (14 loc) · 726 Bytes

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: [{&quot;kind&quot;:&quot;updateExpireUserTargetDate&quot;,&quot;targetType&quot;:&quot;included&quot;,&quot;userKey&quot;:&quot;userKey&quot;,&quot;value&quot;:1587582000000,&quot;version&quot;:0}]
)