Skip to content

Files

Latest commit

 

History

History
20 lines (14 loc) · 420 Bytes

AnnouncementAccessAllowedRep.md

File metadata and controls

20 lines (14 loc) · 420 Bytes

LaunchDarklyApi::AnnouncementAccessAllowedRep

Properties

Name Type Description Notes
action String
reason AnnouncementAccessAllowedReason

Example

require 'launchdarkly_api'

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