Class GoogleMonitoringV3Range
Range of numerical values within min and max.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class GoogleMonitoringV3Range : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
Range maximum.
Declaration
[JsonProperty("max")]
public virtual double? Max { get; set; }
Property Value
Type | Description |
---|---|
double? |
Min
Range minimum.
Declaration
[JsonProperty("min")]
public virtual double? Min { get; set; }
Property Value
Type | Description |
---|---|
double? |