View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterProtoCommonTypedValue (google_api_alloy_db v0.5.0)
TypedValue represents the value of a metric type. It can either be a double, an int64, a string or a bool.
Attributes
-
boolValue
(type:boolean()
, default:nil
) - For boolean value -
doubleValue
(type:float()
, default:nil
) - For double value -
int64Value
(type:String.t
, default:nil
) - For integer value -
stringValue
(type:String.t
, default:nil
) - For string value
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.