View Source GoogleApi.Monitoring.V3.Model.TypedValue (google_api_monitoring v0.55.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.TypedValue{
  boolValue: boolean() | nil,
  distributionValue: GoogleApi.Monitoring.V3.Model.Distribution.t() | nil,
  doubleValue: float() | nil,
  int64Value: String.t() | nil,
  stringValue: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.