Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

AuditLogEntryListingRepCollection.md

File metadata and controls

20 lines (14 loc) · 454 Bytes

LaunchDarklyApi::AuditLogEntryListingRepCollection

Properties

Name Type Description Notes
items Array<AuditLogEntryListingRep>
_links Hash<String, Link>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AuditLogEntryListingRepCollection.new(
  items: null,
  _links: null
)