Class Value (0.1.0)

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

Data type and value of a parameter.

Attributes

NameDescription
int64_value int
Represents an int64 value.
string_value str
Represents a string value.
double_value float
Represents a double value.
proto_value google.protobuf.any_pb2.Any
Represents an 'Any' proto value.