Class DashboardWidgetHeatmapDefinitionRequestApmQueryArgs
Inheritance
System.Object
DashboardWidgetHeatmapDefinitionRequestApmQueryArgs
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()
Namespace: Pulumi.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardWidgetHeatmapDefinitionRequestApmQueryArgs : ResourceArgs
Constructors
View SourceDashboardWidgetHeatmapDefinitionRequestApmQueryArgs()
Declaration
public DashboardWidgetHeatmapDefinitionRequestApmQueryArgs()
Properties
View SourceCompute
Declaration
public Input<DashboardWidgetHeatmapDefinitionRequestApmQueryComputeArgs> Compute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardWidgetHeatmapDefinitionRequestApmQueryComputeArgs> |
GroupBies
Declaration
public InputList<DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByArgs> GroupBies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByArgs> |
Index
Declaration
public Input<string> Index { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Search
Declaration
public Input<DashboardWidgetHeatmapDefinitionRequestApmQuerySearchArgs> Search { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardWidgetHeatmapDefinitionRequestApmQuerySearchArgs> |