Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 724 Bytes

File metadata and controls

22 lines (15 loc) · 724 Bytes

CreateReleaseInput

Properties

Name Type Description Notes
releaseVariationId string The variation id to release to across all phases [optional] [default to undefined]
releasePipelineKey string The key of the release pipeline to attach the flag to [default to undefined]

Example

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

const instance: CreateReleaseInput = {
    releaseVariationId,
    releasePipelineKey,
};

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