| 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] |
import { CreateReleaseInput } from 'launchdarkly-api-typescript';
const instance: CreateReleaseInput = {
releaseVariationId,
releasePipelineKey,
};