Class: Google::Analytics::Data::V1alpha::Filter::BetweenFilter

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 express that the result needs to be between two numbers (inclusive).

Instance Attribute Summary collapse

Instance Attribute Details

#from_value::Google::Analytics::Data::V1alpha::NumericValue

Returns Begins with this number.

Returns:



312
313
314
315
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 312

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

#to_value::Google::Analytics::Data::V1alpha::NumericValue

Returns Ends with this number.

Returns:



312
313
314
315
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 312

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