google_api_monitoring v0.7.0 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.t): A 64-bit integer. Its range is approximately ±9.2x10<sup>18</sup>. Defaults to:
null
. - stringValue (String.t): A variable-length string value. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Monitoring.V3.Model.TypedValue{
boolValue: any(),
distributionValue: GoogleApi.Monitoring.V3.Model.Distribution.t(),
doubleValue: any(),
int64Value: any(),
stringValue: any()
}
t() :: %GoogleApi.Monitoring.V3.Model.TypedValue{ boolValue: any(), distributionValue: GoogleApi.Monitoring.V3.Model.Distribution.t(), doubleValue: any(), int64Value: any(), stringValue: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.