Investigation Metadata Response
data class InvestigationMetadataResponse(val createdAt: String, val execution: InvestigationExecutionResponse, val id: String, val runParameters: RunParametersResponse)
Properties of the current investigation
Constructors
Link copied to clipboard
constructor(createdAt: String, execution: InvestigationExecutionResponse, id: String, runParameters: RunParametersResponse)