Show / Hide Table of Contents

Class DashboardWidgetChangeDefinitionRequestArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardWidgetChangeDefinitionRequestArgs
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 DashboardWidgetChangeDefinitionRequestArgs : ResourceArgs

Constructors

View Source

DashboardWidgetChangeDefinitionRequestArgs()

Declaration
public DashboardWidgetChangeDefinitionRequestArgs()

Properties

View Source

ApmQuery

Declaration
public Input<DashboardWidgetChangeDefinitionRequestApmQueryArgs> ApmQuery { get; set; }
Property Value
Type Description
Input<DashboardWidgetChangeDefinitionRequestApmQueryArgs>
View Source

ChangeType

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

CompareTo

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

IncreaseGood

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

LogQuery

Declaration
public Input<DashboardWidgetChangeDefinitionRequestLogQueryArgs> LogQuery { get; set; }
Property Value
Type Description
Input<DashboardWidgetChangeDefinitionRequestLogQueryArgs>
View Source

OrderBy

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

OrderDir

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

ProcessQuery

Declaration
public Input<DashboardWidgetChangeDefinitionRequestProcessQueryArgs> ProcessQuery { get; set; }
Property Value
Type Description
Input<DashboardWidgetChangeDefinitionRequestProcessQueryArgs>
View Source

Q

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

ShowPresent

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