View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleMonitoringV3TypedValue (google_api_discovery_engine v0.27.0)

A single strongly-typed value.

Attributes

  • boolValue (type: boolean(), default: nil) - A Boolean value: true or false.
  • distributionValue (type: GoogleApi.DiscoveryEngine.V1.Model.GoogleApiDistribution.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

t()

@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleMonitoringV3TypedValue{
  boolValue: boolean() | nil,
  distributionValue:
    GoogleApi.DiscoveryEngine.V1.Model.GoogleApiDistribution.t() | nil,
  doubleValue: float() | nil,
  int64Value: String.t() | nil,
  stringValue: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.