Show / Hide Table of Contents

Class GaugeView

A gauge chart shows where the current value sits within a pre-defined range. The upper and lower bounds should define the possible range of values for the scorecard's query (inclusive).

Inheritance
object
GaugeView
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.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class GaugeView : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LowerBound

The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.

Declaration
[JsonProperty("lowerBound")]
public virtual double? LowerBound { get; set; }
Property Value
Type Description
double?

UpperBound

The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.

Declaration
[JsonProperty("upperBound")]
public virtual double? UpperBound { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX