InvestigationMetadataResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the investigation (in UTC)

Link copied to clipboard

The execution details of the investigation

Link copied to clipboard
val id: String

The unique identifier of the investigation

Link copied to clipboard

The parameters that were used to start the investigation