Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 949 Bytes

File metadata and controls

28 lines (21 loc) · 949 Bytes

ReleaseProgression

Properties

Name Type Description Notes
_createdAt number [default to undefined]
_completedAt number [optional] [default to undefined]
flagKey string The flag key [default to undefined]
activePhaseId string The ID of the currently active release phase [optional] [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [default to undefined]

Example

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

const instance: ReleaseProgression = {
    _createdAt,
    _completedAt,
    flagKey,
    activePhaseId,
    _links,
};

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