Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 807 Bytes

File metadata and controls

26 lines (20 loc) · 807 Bytes

LaunchDarklyApi::PutReleasePolicyRequest

Properties

Name Type Description Notes
scope ReleasePolicyScope [optional]
release_method ReleaseMethod
guarded_release_config GuardedReleaseConfig [optional]
progressive_release_config ProgressiveReleaseConfig [optional]
name String The name of the release policy

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PutReleasePolicyRequest.new(
  scope: null,
  release_method: null,
  guarded_release_config: null,
  progressive_release_config: null,
  name: Production Release
)