Show / Hide Table of Contents

Class ZoneSettingsOverrideSettingsMinifyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneSettingsOverrideSettingsMinifyGetArgs
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 ZoneSettingsOverrideSettingsMinifyGetArgs : ResourceArgs

Constructors

View Source

ZoneSettingsOverrideSettingsMinifyGetArgs()

Declaration
public ZoneSettingsOverrideSettingsMinifyGetArgs()

Properties

View Source

Css

"on"/"off"

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

Html

"on"/"off"

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

Js

"on"/"off"

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