Class: Google::Analytics::Admin::V1alpha::AccessBetweenFilter
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessBetweenFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/access_report.rb
Overview
To express that the result needs to be between two numbers (inclusive).
Instance Attribute Summary collapse
-
#from_value ⇒ ::Google::Analytics::Admin::V1alpha::NumericValue
Begins with this number.
-
#to_value ⇒ ::Google::Analytics::Admin::V1alpha::NumericValue
Ends with this number.
Instance Attribute Details
#from_value ⇒ ::Google::Analytics::Admin::V1alpha::NumericValue
Returns Begins with this number.
212 213 214 215 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 212 class AccessBetweenFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#to_value ⇒ ::Google::Analytics::Admin::V1alpha::NumericValue
Returns Ends with this number.
212 213 214 215 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 212 class AccessBetweenFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |