Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.14 KB

File metadata and controls

30 lines (23 loc) · 1.14 KB

PostReleasePolicyRequest

Properties

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]

Example

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

const instance: PostReleasePolicyRequest = {
    scope,
    releaseMethod,
    guardedReleaseConfig,
    progressiveReleaseConfig,
    name,
    key,
};

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