Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 408 Bytes

AiConfigsAccessAllowedRep.md

File metadata and controls

20 lines (14 loc) · 408 Bytes

LaunchDarklyApi::AiConfigsAccessAllowedRep

Properties

Name Type Description Notes
action String
reason AiConfigsAccessAllowedReason

Example

require 'launchdarkly_api'

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