Class: Google::Analytics::Data::V1alpha::NumericValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/data.rb

Overview

To represent a number.

Instance Attribute Summary collapse

Instance Attribute Details

#double_value::Float

Returns Double value.

Returns:

  • (::Float)

    Double value



720
721
722
723
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 720

class NumericValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#int64_value::Integer

Returns Integer value.

Returns:

  • (::Integer)

    Integer value



720
721
722
723
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 720

class NumericValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end