Class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisGetArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisGetArgs
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 DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisGetArgs()
Declaration
public DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisGetArgs()
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> |