Show / Hide Table of Contents

Class GoogleMonitoringV3Range

Range of numerical values within min and max.

Inheritance
object
GoogleMonitoringV3Range
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX