LogsSummary constructor

LogsSummary({
  1. bool? audit,
  2. String? auditLogGroup,
  3. bool? general,
  4. String? generalLogGroup,
  5. PendingLogs? pending,
})

Implementation

LogsSummary({
  this.audit,
  this.auditLogGroup,
  this.general,
  this.generalLogGroup,
  this.pending,
});