Show / Hide Table of Contents

Class PageRuleActionsMinifyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PageRuleActionsMinifyGetArgs
Inherited Members
ResourceArgs.Empty
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 PageRuleActionsMinifyGetArgs : ResourceArgs

Constructors

View Source

PageRuleActionsMinifyGetArgs()

Declaration
public PageRuleActionsMinifyGetArgs()

Properties

View Source

Css

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>
View Source

Html

Whether HTML should be minified. Valid values are &quot;on&quot; or &quot;off&quot;.

Declaration
public Input<string> Html { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Js

Whether Javascript should be minified. Valid values are &quot;on&quot; or &quot;off&quot;.

Declaration
public Input<string> Js { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.