TemplateSourceEntity

data class TemplateSourceEntity(val sourceAnalysis: TemplateSourceEntitySourceAnalysis? = null, val sourceTemplate: TemplateSourceEntitySourceTemplate? = null)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source analysis, if it is based on an analysis.. Only one of source_analysis or source_template should be configured. See source_analysis.

Link copied to clipboard

The source template, if it is based on an template.. Only one of source_analysis or source_template should be configured. See source_template.