Show / Hide Table of Contents

Class DashboardWidgetScatterplotDefinitionYaxisGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardWidgetScatterplotDefinitionYaxisGetArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardWidgetScatterplotDefinitionYaxisGetArgs : ResourceArgs

Constructors

View Source

DashboardWidgetScatterplotDefinitionYaxisGetArgs()

Declaration
public DashboardWidgetScatterplotDefinitionYaxisGetArgs()

Properties

View Source

IncludeZero

Declaration
public Input<bool> IncludeZero { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Label

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

Max

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

Min

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

Scale

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