Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 822 Bytes

File metadata and controls

24 lines (17 loc) · 822 Bytes

CreatePhaseInput

Properties

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]

Example

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

const instance: CreatePhaseInput = {
    audiences,
    name,
    configuration,
};

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