Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 657 Bytes

Audience.md

File metadata and controls

24 lines (18 loc) · 657 Bytes

LaunchDarklyApi::Audience

Properties

Name Type Description Notes
environment EnvironmentSummary [optional]
name String The release phase name
configuration AudienceConfiguration [optional]
segment_keys Array<String> A list of segment keys [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Audience.new(
  environment: null,
  name: Phase 1 - Testing,
  configuration: null,
  segment_keys: [&quot;segment-key-123abc&quot;]
)