Class: Google::Analytics::Admin::V1alpha::ChannelGroupFilter::InListFilter

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

Overview

A filter for a string dimension that matches a particular list of options. The match is case insensitive.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::String>

Returns Required. The list of possible string values to match against. Must be non-empty.

Returns:

  • (::Array<::String>)

    Required. The list of possible string values to match against. Must be non-empty.



85
86
87
88
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 85

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