AnalysisEntity

data class AnalysisEntity(val path: String? = null)

Constructors

Link copied to clipboard
constructor(path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.