Settings
class Settings
Types
Link copied to clipboard
data class Config(val lang: String, val use_template: Settings.TemplateSrc? = null, val template: List<String>? = null, val use_skeleton: Boolean? = null, val use_provided: Boolean? = null, val use_generated: Boolean? = null, val stage_wait_duration_secs: Long? = null, val cpus: Double? = null, val mem_gb: Double? = null, val early_return_on_throw: Boolean? = null, val allow_network: Boolean? = null, val enable_features: Settings.Config.FeatureList? = null) : ConfigUnit
Link copied to clipboard
Link copied to clipboard