Application Code Configuration
data class ApplicationCodeConfiguration(val codeContent: ApplicationCodeContent, val codeContentType: ApplicationCodeConfigurationCodeContentType)
Describes code configuration for an application.
Constructors
Link copied to clipboard
constructor(codeContent: ApplicationCodeContent, codeContentType: ApplicationCodeConfigurationCodeContentType)