Class PageRuleActionsMinify
Inheritance
System.Object
PageRuleActionsMinify
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsMinify
Fields
View SourceCss
Whether CSS should be minified. Valid values are "on" or "off".
Declaration
public readonly string Css
Field Value
| Type | Description |
|---|---|
| System.String |
Html
Whether HTML should be minified. Valid values are "on" or "off".
Declaration
public readonly string Html
Field Value
| Type | Description |
|---|---|
| System.String |
Js
Whether Javascript should be minified. Valid values are "on" or "off".
Declaration
public readonly string Js
Field Value
| Type | Description |
|---|---|
| System.String |