Class TimeBoardGraphRequestGetArgs
Inheritance
System.Object
TimeBoardGraphRequestGetArgs
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 TimeBoardGraphRequestGetArgs : ResourceArgs
Constructors
View Source
Declaration
public TimeBoardGraphRequestGetArgs()
Properties
View Source
Declaration
public Input<string> Aggregator { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<TimeBoardGraphRequestApmQueryGetArgs> 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<TimeBoardGraphRequestConditionalFormatGetArgs> 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<TimeBoardGraphRequestLogQueryGetArgs> 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<TimeBoardGraphRequestProcessQueryGetArgs> 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> |
|