Class: Google::Analytics::Admin::V1alpha::AudienceSimpleFilter
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AudienceSimpleFilter
- 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
-
#filter_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
Required.
-
#scope ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterScope
Required.
Instance Attribute Details
#filter_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
Returns Required. Immutable. A logical expression of Audience dimension, metric, or event filters.
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.
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 |