Class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionArgs
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 DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionArgs()
Properties
View Source
Declaration
public InputList<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventArgs> Events { get; set; }
Property Value
View Source
Declaration
public Input<string> LegendSize { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerArgs> Markers { get; set; }
Property Value
View Source
Declaration
public InputList<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestArgs> Requests { get; set; }
Property Value
View Source
Declaration
public Input<bool> ShowLegend { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionTimeArgs> Time { get; set; }
Property Value
View Source
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleAlign { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleSize { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisArgs> Yaxis { get; set; }
Property Value