Class ServiceLevelObjectiveQueryArgs
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 ServiceLevelObjectiveQueryArgs : ResourceArgs
Constructors
View SourceServiceLevelObjectiveQueryArgs()
Declaration
public ServiceLevelObjectiveQueryArgs()
Properties
View SourceDenominator
the sum of the total events
- Example Usage:
Declaration
public Input<string> Denominator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Numerator
the sum of all the good events
Declaration
public Input<string> Numerator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |