Class TimeBoardGraphRequestArgs
Inheritance
System.Object
TimeBoardGraphRequestArgs
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 TimeBoardGraphRequestArgs : ResourceArgs
Constructors
View Source
Declaration
public TimeBoardGraphRequestArgs()
Properties
View Source
Declaration
public Input<string> Aggregator { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<TimeBoardGraphRequestApmQueryArgs> 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 InputList<TimeBoardGraphRequestConditionalFormatArgs> ConditionalFormats { get; set; }
Property Value
View Source
Declaration
public Input<string> ExtraCol { 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<TimeBoardGraphRequestLogQueryArgs> LogQuery { get; set; }
Property Value
View Source
Declaration
public Input<string> MetadataJson { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> OrderBy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> OrderDirection { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<TimeBoardGraphRequestProcessQueryArgs> 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> Stacked { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public InputMap<object> Style { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Declaration
public Input<string> Type { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|