Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 862 Bytes

File metadata and controls

26 lines (19 loc) · 862 Bytes

Audience

Properties

Name Type Description Notes
environment EnvironmentSummary [optional] [default to undefined]
name string The release phase name [default to undefined]
configuration AudienceConfiguration [optional] [default to undefined]
segmentKeys Array<string> A list of segment keys [optional] [default to undefined]

Example

import { Audience } from 'launchdarkly-api-typescript';

const instance: Audience = {
    environment,
    name,
    configuration,
    segmentKeys,
};

[Back to Model list] [Back to API list] [Back to README]