| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<AuditLogEntryListingRep> | An array of audit log entries | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { AuditLogEntryListingRepCollection } from 'launchdarkly-api-typescript';
const instance: AuditLogEntryListingRepCollection = {
items,
_links,
};