Class DashboardWidgetMetricGetArgs
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.NewRelic.Inputs
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class DashboardWidgetMetricGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetMetricGetArgs()
Declaration
public DashboardWidgetMetricGetArgs()
Properties
View SourceName
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scope
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Units
Declaration
public Input<string> Units { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Values
Declaration
public InputList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |