View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3TypedValue (google_api_discovery_engine v0.27.0)
A single strongly-typed value.
Attributes
-
boolValue
(type:boolean()
, default:nil
) - A Boolean value:true
orfalse
. -
distributionValue
(type:GoogleApi.DiscoveryEngine.V1beta.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
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3TypedValue{ boolValue: boolean() | nil, distributionValue: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleApiDistribution.t() | nil, doubleValue: float() | nil, int64Value: String.t() | nil, stringValue: String.t() | nil }