Class: Google::Analytics::Data::V1beta::Filter::BetweenFilter
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::Filter::BetweenFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
To express that the result needs to be between two numbers (inclusive).
Instance Attribute Summary collapse
-
#from_value ⇒ ::Google::Analytics::Data::V1beta::NumericValue
Begins with this number.
-
#to_value ⇒ ::Google::Analytics::Data::V1beta::NumericValue
Ends with this number.
Instance Attribute Details
#from_value ⇒ ::Google::Analytics::Data::V1beta::NumericValue
Returns Begins with this number.
372 373 374 375 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 372 class BetweenFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#to_value ⇒ ::Google::Analytics::Data::V1beta::NumericValue
Returns Ends with this number.
372 373 374 375 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 372 class BetweenFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |