Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 586 Bytes

File metadata and controls

20 lines (14 loc) · 586 Bytes

LaunchDarklyApi::ReleasePolicyScope

Properties

Name Type Description Notes
environment_keys Array<String> List of environment keys this policy applies to [optional]
flag_tag_keys Array<String> List of flag tag keys this policy applies to [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ReleasePolicyScope.new(
  environment_keys: [&quot;production&quot;,&quot;staging&quot;],
  flag_tag_keys: [&quot;frontend&quot;,&quot;backend&quot;]
)