Class: Google::Analytics::Data::V1beta::NumericValue
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::NumericValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
To represent a number.
Instance Attribute Summary collapse
-
#double_value ⇒ ::Float
Double value.
-
#int64_value ⇒ ::Integer
Integer value.
Instance Attribute Details
#double_value ⇒ ::Float
Returns Double value
Note: The following fields are mutually exclusive: double_value
, int64_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
945 946 947 948 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 945 class NumericValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int64_value ⇒ ::Integer
Returns Integer value
Note: The following fields are mutually exclusive: int64_value
, double_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
945 946 947 948 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 945 class NumericValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |