Class DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs
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 DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs()
Declaration
public DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs()
Properties
View SourceBackgroundColor
Declaration
public Input<string> BackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Content
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FontSize
Declaration
public Input<string> FontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShowTick
Declaration
public Input<bool> ShowTick { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TextAlign
Declaration
public Input<string> TextAlign { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TickEdge
Declaration
public Input<string> TickEdge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TickPos
Declaration
public Input<string> TickPos { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |