Template Insight Configuration
data class TemplateInsightConfiguration(val computations: List<TemplateComputation>? = null, val customNarrative: TemplateCustomNarrativeOptions? = null)
Constructors
Link copied to clipboard
constructor(computations: List<TemplateComputation>? = null, customNarrative: TemplateCustomNarrativeOptions? = null)