Show / Hide Table of Contents

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 Source

Css

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

Declaration
public readonly string Css
Field Value
Type Description
System.String
View Source

Html

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

Declaration
public readonly string Html
Field Value
Type Description
System.String
View Source

Js

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

Declaration
public readonly string Js
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.