TypedValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)A single strongly-typed value. .. attribute:: bool_value
A Boolean value: true or false.
:type: bool
Attributes
| Name | Description |
int64_value |
int
A 64-bit integer. Its range is approximately +/-9.2x10^18. |
double_value |
float
A 64-bit double-precision floating-point number. Its magnitude is approximately +/-10^(+/-300) and it has 16 significant digits of precision. |
string_value |
str
A variable-length string value. |
distribution_value |
google.api.distribution_pb2.Distribution
A distribution value. |