Class GoogleMonitoringV3TypedValue
A single strongly-typed value.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleMonitoringV3TypedValue : IDirectResponseSchema
Properties
BoolValue
A Boolean value: true
or false
.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DistributionValue
A distribution value.
Declaration
[JsonProperty("distributionValue")]
public virtual GoogleApiDistribution DistributionValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleApiDistribution |
DoubleValue
A 64-bit double-precision floating-point number. Its magnitude is approximately ±10±300 and it has 16 significant digits of precision.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Int64Value
A 64-bit integer. Its range is approximately ±9.2x1018.
Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type | Description |
---|---|
long? |
StringValue
A variable-length string value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |