Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

File metadata and controls

20 lines (14 loc) · 382 Bytes

LaunchDarklyApi::ViewsAccessDenied

Properties

Name Type Description Notes
action String
reason ViewsAccessDeniedReason

Example

require 'launchdarkly_api'

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