CourseTemplateSettings

@Serializable
data class CourseTemplateSettings(val automaticExtensions: Boolean, val extensions: List<String>, val excludedPathSegments: List<String>)(source)

Constructors

Link copied to clipboard
constructor(automaticExtensions: Boolean, extensions: List<String>, excludedPathSegments: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard