Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 372 Bytes

AccessAllowedRep.md

File metadata and controls

20 lines (14 loc) · 372 Bytes

LaunchDarklyApi::AccessAllowedRep

Properties

Name Type Description Notes
action String
reason AccessAllowedReason

Example

require 'launchdarkly_api'

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