RulesetRuleActionParametersAutominifyArgs

data class RulesetRuleActionParametersAutominifyArgs(val css: Output<Boolean>? = null, val html: Output<Boolean>? = null, val js: Output<Boolean>? = null) : ConvertibleToJava<RulesetRuleActionParametersAutominifyArgs>

Constructors

constructor(css: Output<Boolean>? = null, html: Output<Boolean>? = null, js: Output<Boolean>? = null)

Properties

Link copied to clipboard
val css: Output<Boolean>? = null

Minify CSS files.

Link copied to clipboard
val html: Output<Boolean>? = null

Minify HTML files.

Link copied to clipboard
val js: Output<Boolean>? = null

Minify JS files.

Functions

Link copied to clipboard
open override fun toJava(): RulesetRuleActionParametersAutominifyArgs