Skip to content

Latest commit

 

History

History
64 lines (58 loc) · 1.94 KB

AuditLogEntryRep.md

File metadata and controls

64 lines (58 loc) · 1.94 KB

LaunchDarklyApi::AuditLogEntryRep

Properties

Name Type Description Notes
_links Hash<String, Link>
_id String
_account_id String
date Integer
accesses Array<ResourceAccess>
kind String
name String
description String
short_description String
comment String [optional]
subject SubjectDataRep [optional]
member MemberDataRep [optional]
token TokenDataRep [optional]
app AuthorizedAppDataRep [optional]
title_verb String [optional]
title String [optional]
target TargetResourceRep [optional]
parent ParentResourceRep [optional]
delta Object [optional]
trigger_body Object [optional]
merge Object [optional]
previous_version Object [optional]
current_version Object [optional]
subentries Array<AuditLogEntryListingRep> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AuditLogEntryRep.new(
  _links: null,
  _id: null,
  _account_id: null,
  date: null,
  accesses: null,
  kind: null,
  name: null,
  description: null,
  short_description: null,
  comment: null,
  subject: null,
  member: null,
  token: null,
  app: null,
  title_verb: null,
  title: null,
  target: null,
  parent: null,
  delta: null,
  trigger_body: null,
  merge: null,
  previous_version: null,
  current_version: null,
  subentries: null
)