InsightSelectorArgs

data class InsightSelectorArgs(val insightType: Output<String>? = null) : ConvertibleToJava<InsightSelectorArgs>

Definition of InsightSelector

Constructors

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

Properties

Link copied to clipboard
val insightType: Output<String>? = null

The type of insight to log on a trail.

Functions

Link copied to clipboard
open override fun toJava(): InsightSelectorArgs