Class Range
The range of the population values.
Inheritance
System.Object
Range
Implements
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: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class Range : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Max
The maximum of the population values.
Declaration
[JsonProperty("max")]
public virtual double? Max { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Min
The minimum of the population values.
Declaration
[JsonProperty("min")]
public virtual double? Min { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |