| Name | Type | Description | Notes |
|---|---|---|---|
| scope | ReleasePolicyScope | [optional] [default to undefined] | |
| releaseMethod | ReleaseMethod | [default to undefined] | |
| guardedReleaseConfig | GuardedReleaseConfig | [optional] [default to undefined] | |
| progressiveReleaseConfig | ProgressiveReleaseConfig | [optional] [default to undefined] | |
| name | string | The name of the release policy | [default to undefined] |
| key | string | The human-readable key of the release policy | [default to undefined] |
import { PostReleasePolicyRequest } from 'launchdarkly-api-typescript';
const instance: PostReleasePolicyRequest = {
scope,
releaseMethod,
guardedReleaseConfig,
progressiveReleaseConfig,
name,
key,
};