Class: Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter::NumericValue

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

Overview

To represent a number.

Instance Attribute Summary collapse

Instance Attribute Details

#double_value::Float

Returns Double value.

Returns:

  • (::Float)

    Double value.



130
131
132
133
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 130

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

#int64_value::Integer

Returns Integer value.

Returns:

  • (::Integer)

    Integer value.



130
131
132
133
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 130

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