SourceConfigurationResponse

data class SourceConfigurationResponse(val applicationName: String? = null, val templateName: String? = null)

Definition of SourceConfiguration

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationName: String? = null

The name of the application associated with the configuration.

Link copied to clipboard
val templateName: String? = null

The name of the configuration template.