Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 645 Bytes

File metadata and controls

22 lines (16 loc) · 645 Bytes

LaunchDarklyApi::ApprovalRequestSettingWithEnvs

Properties

Name Type Description Notes
environments Hash<String, ApprovalRequestSetting> Environment-specific overrides. [optional]
_default ApprovalRequestSetting [optional]
_strict ApprovalRequestSetting [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ApprovalRequestSettingWithEnvs.new(
  environments: null,
  _default: null,
  _strict: null
)