SolaceQueueAuditResultSetDTO: {
    aggregateAuditResult?: Audit;
    id?: string;
    solaceQueueAuditResults?: Audit[];
    type?: string;
}

Type declaration

  • Optional aggregateAuditResult?: Audit
  • Optional Readonly id?: string
  • Optional solaceQueueAuditResults?: Audit[]
  • Optional Readonly type?: string