PageRuleActionsMinify

data class PageRuleActionsMinify(val css: String, val html: String, val js: String)

Constructors

Link copied to clipboard
constructor(css: String, html: String, js: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val css: String

Whether CSS should be minified. Valid values are "on" or "off".

Link copied to clipboard

Whether HTML should be minified. Valid values are "on" or "off".

Link copied to clipboard
val js: String

Whether Javascript should be minified. Valid values are "on" or "off".