Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

File metadata and controls

20 lines (14 loc) · 398 Bytes

LaunchDarklyApi::AiConfigsAccessDenied

Properties

Name Type Description Notes
action String
reason AiConfigsAccessDeniedReason

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AiConfigsAccessDenied.new(
  action: null,
  reason: null
)