Type alias AuditResultStatsRequestDTO
Audit
Result
Stats
RequestDTO
: { auditEntityType
?: AuditResultStatsRequestDTO.auditEntityType; contains
?: string; eventBrokerIds
?: string[]; eventMeshId
?: string; excludedIds
?: string[]; hidden
?: boolean; startsWith
?: string; statuses
?: ("designerOnly" | "match" | "partialMatch" | "runtimeOnly")[]; tags
?: ("To Be Created" | "To Be Deleted")[]; }
Type declaration
-
-
Optional contains?: string
-
Optional eventBrokerIds?: string[]
-
Optional eventMeshId?: string
-
Optional excludedIds?: string[]
-
Optional hidden?: boolean
-
Optional startsWith?: string
-
Optional statuses?: ("designerOnly" | "match" | "partialMatch" | "runtimeOnly")[]
-
Optional tags?: ("To Be Created" | "To Be Deleted")[]