Name | Type | Description | Notes |
---|---|---|---|
environment_key | String | A project-unique key for the environment. | |
name | String | The audience name | |
segment_keys | Array<String> | Segments targeted by this audience. | [optional] |
configuration | AudienceConfiguration | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AudiencePost.new(
environment_key: null,
name: null,
segment_keys: null,
configuration: null
)