Class: Google::Analytics::Data::V1alpha::Filter::InListFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/data.rb

Overview

The result needs to be in a list of string values.

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitive::Boolean

Returns If true, the string value is case sensitive.

Returns:

  • (::Boolean)

    If true, the string value is case sensitive.



267
268
269
270
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 267

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

#values::Array<::String>

Returns The list of string values. Must be non-empty.

Returns:

  • (::Array<::String>)

    The list of string values. Must be non-empty.



267
268
269
270
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 267

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