Type alias SolaceQueueAuditResultSetDTO
Solace
Queue
Audit
Result
SetDTO
: { aggregateAuditResult
?: Audit; id
?: string; solaceQueueAuditResults
?: Audit[]; type
?: string; }
Type declaration
-
Optional aggregateAuditResult?: Audit
-
Optional Readonly id?: string
-
Optional solaceQueueAuditResults?: Audit[]
-
Optional Readonly type?: string