Show / Hide Table of Contents

Class TimeBoardGraphRequestGetArgs

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

Constructors

View Source

TimeBoardGraphRequestGetArgs()

Declaration
public TimeBoardGraphRequestGetArgs()

Properties

View Source

Aggregator

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

ApmQuery

Declaration
public Input<TimeBoardGraphRequestApmQueryGetArgs> ApmQuery { get; set; }
Property Value
Type Description
Input<TimeBoardGraphRequestApmQueryGetArgs>
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

ConditionalFormats

Declaration
public InputList<TimeBoardGraphRequestConditionalFormatGetArgs> ConditionalFormats { get; set; }
Property Value
Type Description
InputList<TimeBoardGraphRequestConditionalFormatGetArgs>
View Source

ExtraCol

Declaration
public Input<string> ExtraCol { 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<TimeBoardGraphRequestLogQueryGetArgs> LogQuery { get; set; }
Property Value
Type Description
Input<TimeBoardGraphRequestLogQueryGetArgs>
View Source

MetadataJson

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

OrderBy

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

OrderDirection

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

ProcessQuery

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

Q

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

Stacked

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

Style

Declaration
public InputMap<object> Style { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Type

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