ConfigurationTemplateSourceConfiguration

data class ConfigurationTemplateSourceConfiguration(val applicationName: String, val templateName: String)

Constructors

Link copied to clipboard
constructor(applicationName: String, templateName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the application associated with the configuration.

Link copied to clipboard

The name of the configuration template.