Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

AuditLogEventsHookCapabilityConfigPost.md

File metadata and controls

18 lines (12 loc) · 385 Bytes

LaunchDarklyApi::AuditLogEventsHookCapabilityConfigPost

Properties

Name Type Description Notes
statements Array<StatementPost> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AuditLogEventsHookCapabilityConfigPost.new(
  statements: null
)