Class: Google::Analytics::Data::V1beta::FilterExpressionList

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

Overview

A list of filter expressions.

Instance Attribute Summary collapse

Instance Attribute Details

#expressions::Array<::Google::Analytics::Data::V1beta::FilterExpression>

Returns A list of filter expressions.

Returns:



231
232
233
234
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 231

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