TrailInsightSelector

data class TrailInsightSelector(val insightType: String? = null)

A string that contains insight types that are logged on a trail.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val insightType: String? = null

The type of insight to log on a trail.