Class ReportValue (1.12.1)

ReportValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single report value.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
string_value str
A value of type string. This field is a member of oneof_ value.
int_value int
A value of type int. This field is a member of oneof_ value.
decimal_value google.type.decimal_pb2.Decimal
A value of type google.type.Decimal, representing non-integer numeric values. This field is a member of oneof_ value.
money_value google.type.money_pb2.Money
A value of type google.type.Money (currency code, whole units, decimal units). This field is a member of oneof_ value.
date_value google.type.date_pb2.Date
A value of type google.type.Date (year, month, day). This field is a member of oneof_ value.
date_time_value google.type.datetime_pb2.DateTime
A value of type google.type.DateTime (year, month, day, hour, minute, second, and UTC offset or timezone.) This field is a member of oneof_ value.