Class: Google::Analytics::Admin::V1alpha::AccessBetweenFilter

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#from_value::Google::Analytics::Admin::V1alpha::NumericValue

Returns Begins with this number.

Returns:



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.

Returns:



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