Class: Google::Analytics::Data::V1beta::Filter::InListFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/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.



308
309
310
311
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 308

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.



308
309
310
311
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 308

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