Class PageRuleActionsMinifyArgs
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsMinifyArgs : ResourceArgs
Constructors
View SourcePageRuleActionsMinifyArgs()
Declaration
public PageRuleActionsMinifyArgs()
Properties
View SourceCss
Whether CSS should be minified. Valid values are "on" or "off".
Declaration
public Input<string> Css { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Html
Whether HTML should be minified. Valid values are "on" or "off".
Declaration
public Input<string> Html { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Js
Whether Javascript should be minified. Valid values are "on" or "off".
Declaration
public Input<string> Js { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |