Reference documentation and code samples for the Google Analytics Data V1alpha API class Google::Analytics::Data::V1alpha::Filter::BetweenFilter.
To express that the result needs to be between two numbers (inclusive).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#from_value
def from_value() -> ::Google::Analytics::Data::V1alpha::NumericValue
Returns
- (::Google::Analytics::Data::V1alpha::NumericValue) — Begins with this number.
#from_value=
def from_value=(value) -> ::Google::Analytics::Data::V1alpha::NumericValue
Parameter
- value (::Google::Analytics::Data::V1alpha::NumericValue) — Begins with this number.
Returns
- (::Google::Analytics::Data::V1alpha::NumericValue) — Begins with this number.
#to_value
def to_value() -> ::Google::Analytics::Data::V1alpha::NumericValue
Returns
- (::Google::Analytics::Data::V1alpha::NumericValue) — Ends with this number.
#to_value=
def to_value=(value) -> ::Google::Analytics::Data::V1alpha::NumericValue
Parameter
- value (::Google::Analytics::Data::V1alpha::NumericValue) — Ends with this number.
Returns
- (::Google::Analytics::Data::V1alpha::NumericValue) — Ends with this number.