Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 392 Bytes

File metadata and controls

20 lines (14 loc) · 392 Bytes

LaunchDarklyApi::ViewsAccessAllowedRep

Properties

Name Type Description Notes
action String
reason ViewsAccessAllowedReason

Example

require 'launchdarkly_api'

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