| Name | Type | Description | Notes |
|---|---|---|---|
| audiences | Array<AudiencePost> | An ordered list of the audiences for this release phase. Each audience corresponds to a LaunchDarkly environment. | [default to undefined] |
| name | string | The release phase name | [default to undefined] |
| configuration | object | [optional] [default to undefined] |
import { CreatePhaseInput } from 'launchdarkly-api-typescript';
const instance: CreatePhaseInput = {
audiences,
name,
configuration,
};