ExplainQueryStepResponse

data class ExplainQueryStepResponse(val kind: String, val substeps: List<String>)

Constructors

Link copied to clipboard
constructor(kind: String, substeps: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Machine-readable operation type.

Link copied to clipboard

Human-readable stage descriptions.