LogsSummary constructor
LogsSummary({
- bool? audit,
- String? auditLogGroup,
- bool? general,
- String? generalLogGroup,
- PendingLogs? pending,
Implementation
LogsSummary({
this.audit,
this.auditLogGroup,
this.general,
this.generalLogGroup,
this.pending,
});