Show / Hide Table of Contents

Class DashboardWidgetChangeDefinitionRequestGetArgs

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

Constructors

View Source

DashboardWidgetChangeDefinitionRequestGetArgs()

Declaration
public DashboardWidgetChangeDefinitionRequestGetArgs()

Properties

View Source

ApmQuery

Declaration
public Input<DashboardWidgetChangeDefinitionRequestApmQueryGetArgs> ApmQuery { get; set; }
Property Value
Type Description
Input<DashboardWidgetChangeDefinitionRequestApmQueryGetArgs>
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<DashboardWidgetChangeDefinitionRequestLogQueryGetArgs> LogQuery { get; set; }
Property Value
Type Description
Input<DashboardWidgetChangeDefinitionRequestLogQueryGetArgs>
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<DashboardWidgetChangeDefinitionRequestProcessQueryGetArgs> ProcessQuery { get; set; }
Property Value
Type Description
Input<DashboardWidgetChangeDefinitionRequestProcessQueryGetArgs>
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.