Class DashboardWidgetQueryValueDefinitionArgs
Inheritance
System.Object
DashboardWidgetQueryValueDefinitionArgs
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()
Assembly: Pulumi.Datadog.dll
public sealed class DashboardWidgetQueryValueDefinitionArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetQueryValueDefinitionArgs()
Properties
View Source
Declaration
public Input<bool> Autoscale { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> CustomUnit { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> Precision { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<DashboardWidgetQueryValueDefinitionRequestArgs> Requests { get; set; }
Property Value
View Source
TextAlign
Declaration
public Input<string> TextAlign { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<DashboardWidgetQueryValueDefinitionTimeArgs> Time { get; set; }
Property Value
View Source
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleAlign { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleSize { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|