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.
898 899 900 901 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 898 class NumericValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int64_value ⇒ ::Integer
Returns Integer value.
898 899 900 901 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 898 class NumericValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |