Run Parameters Response
data class RunParametersResponse(val alerts: List<InvestigationScopeResponse>, val impactTime: String, val resources: List<InvestigationScopeResponse>)
The parameters used to run the investigation
Constructors
Link copied to clipboard
constructor(alerts: List<InvestigationScopeResponse>, impactTime: String, resources: List<InvestigationScopeResponse>)