monitoring  v3
Properties | List of all members
Google.Apis.Monitoring.v3.Data.TypedValue Class Reference

A single strongly-typed value. More...

Inheritance diagram for Google.Apis.Monitoring.v3.Data.TypedValue:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > BoolValue [get, set]
 A Boolean value: true or false. More...
 
virtual Distribution DistributionValue [get, set]
 A distribution value. More...
 
virtual System.Nullable< double > DoubleValue [get, set]
 A 64-bit double-precision floating-point number. Its magnitude is approximately 10300 and it has 16 significant digits of precision. More...
 
virtual System.Nullable< long > Int64Value [get, set]
 A 64-bit integer. Its range is approximately 9.2x1018. More...
 
virtual string StringValue [get, set]
 A variable-length string value. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A single strongly-typed value.

Property Documentation

◆ BoolValue

virtual System.Nullable<bool> Google.Apis.Monitoring.v3.Data.TypedValue.BoolValue
getset

A Boolean value: true or false.

◆ DistributionValue

virtual Distribution Google.Apis.Monitoring.v3.Data.TypedValue.DistributionValue
getset

A distribution value.

◆ DoubleValue

virtual System.Nullable<double> Google.Apis.Monitoring.v3.Data.TypedValue.DoubleValue
getset

A 64-bit double-precision floating-point number. Its magnitude is approximately 10300 and it has 16 significant digits of precision.

◆ ETag

virtual string Google.Apis.Monitoring.v3.Data.TypedValue.ETag
getset

The ETag of the item.

◆ Int64Value

virtual System.Nullable<long> Google.Apis.Monitoring.v3.Data.TypedValue.Int64Value
getset

A 64-bit integer. Its range is approximately 9.2x1018.

◆ StringValue

virtual string Google.Apis.Monitoring.v3.Data.TypedValue.StringValue
getset

A variable-length string value.


The documentation for this class was generated from the following file: