Class: Google::Analytics::Admin::V1alpha::AudienceSimpleFilter

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

Overview

Defines a simple filter that a user must satisfy to be a member of the Audience.

Instance Attribute Summary collapse

Instance Attribute Details

#filter_expression::Google::Analytics::Admin::V1alpha::AudienceFilterExpression

Returns Required. Immutable. A logical expression of Audience dimension, metric, or event filters.

Returns:



242
243
244
245
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 242

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

#scope::Google::Analytics::Admin::V1alpha::AudienceFilterScope

Returns Required. Immutable. Specifies the scope for this filter.

Returns:



242
243
244
245
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 242

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