google_api_monitoring v0.0.1 GoogleApi.Monitoring.V3.Model.TypedValue View Source
A single strongly-typed value.
Attributes
- boolValue (Boolean): A Boolean value: true or false. Defaults to:
null
. - distributionValue (Distribution): A distribution value. Defaults to:
null
. - doubleValue (Float): A 64-bit double-precision floating-point number. Its magnitude is approximately ±10<sup>±300</sup> and it has 16 significant digits of precision. Defaults to:
null
. - int64Value (String): A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>. Defaults to:
null
. - stringValue (String): A variable-length string value. Defaults to:
null
.