Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 362 Bytes

AccessDenied.md

File metadata and controls

20 lines (14 loc) · 362 Bytes

LaunchDarklyApi::AccessDenied

Properties

Name Type Description Notes
action String
reason AccessDeniedReason

Example

require 'launchdarkly_api'

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