google_api_monitoring v0.10.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±300 and it has 16 significant digits of precision.
  • int64Value (type: String.t, default: nil) - A 64-bit integer. Its range is approximately ±9.2x1018.
  • 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

Link to this type

t() View Source
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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.