Template Contents Response
data class TemplateContentsResponse(val imports: List<ImportFileResponse>, val interpreter: String, val mainTemplate: String, val schema: String, val template: String)
Files that make up the template contents of a template type.
Constructors
Link copied to clipboard
fun TemplateContentsResponse(imports: List<ImportFileResponse>, interpreter: String, mainTemplate: String, schema: String, template: String)