Class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestArgs
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 DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestArgs()
Properties
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryArgs> ApmQuery { get; set; }
Property Value
View Source
Declaration
public Input<string> ChangeType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> CompareTo { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> IncreaseGood { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryArgs> LogQuery { get; set; }
Property Value
View Source
Declaration
public Input<string> OrderBy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> OrderDir { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryArgs> ProcessQuery { get; set; }
Property Value
View Source
Declaration
public Input<string> Q { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> ShowPresent { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|