Class DashboardWidgetScatterplotDefinitionXaxisGetArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardWidgetScatterplotDefinitionXaxisGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetScatterplotDefinitionXaxisGetArgs()
Declaration
public DashboardWidgetScatterplotDefinitionXaxisGetArgs()
Properties
View SourceIncludeZero
Declaration
public Input<bool> IncludeZero { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Label
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Max
Declaration
public Input<string> Max { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Min
Declaration
public Input<string> Min { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scale
Declaration
public Input<string> Scale { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |