Class DashboardWidgetGroupDefinitionArgs
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 DashboardWidgetGroupDefinitionArgs : ResourceArgs
Constructors
View SourceDashboardWidgetGroupDefinitionArgs()
Declaration
public DashboardWidgetGroupDefinitionArgs()
Properties
View SourceLayoutType
Declaration
public Input<string> LayoutType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Title
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Widgets
Declaration
public InputList<DashboardWidgetGroupDefinitionWidgetArgs> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardWidgetGroupDefinitionWidgetArgs> |