Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 736 Bytes

File metadata and controls

26 lines (19 loc) · 736 Bytes

Phase

Properties

Name Type Description Notes
id string The phase ID [default to undefined]
audiences Array<Audience> [default to undefined]
name string The release phase name [default to undefined]
configuration object [optional] [default to undefined]

Example

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

const instance: Phase = {
    id,
    audiences,
    name,
    configuration,
};

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