google_api_monitoring v0.38.0 GoogleApi.Monitoring.V3.Model.TypedValue View Source
A single strongly-typed value.
Attributes
-
boolValue
(type:boolean()
, default:nil
) - A Boolean value: true or false. -
distributionValue
(type:GoogleApi.Monitoring.V3.Model.Distribution.t
, default:nil
) - A distribution value. -
doubleValue
(type:float()
, default:nil
) - A 64-bit double-precision floating-point number. Its magnitude is approximately ±10<sup>±300</sup> and it has 16 significant digits of precision. -
int64Value
(type:String.t
, default:nil
) - A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>. -
stringValue
(type:String.t
, default:nil
) - A variable-length string value.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Monitoring.V3.Model.TypedValue{ boolValue: boolean(), distributionValue: GoogleApi.Monitoring.V3.Model.Distribution.t(), doubleValue: float(), int64Value: String.t(), stringValue: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.