Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

AuditLogEntryListingRepCollection.md

File metadata and controls

20 lines (14 loc) · 533 Bytes

LaunchDarklyApi::AuditLogEntryListingRepCollection

Properties

Name Type Description Notes
items Array<AuditLogEntryListingRep> An array of audit log entries
_links Hash<String, Link> The location and content type of related resources

Example

require 'launchdarkly_api'

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