Show / Hide Table of Contents

Class FilterExpressionList

A list of filter expressions.

Inheritance
System.Object
FilterExpressionList
Implements
Google.Protobuf.IMessage<FilterExpressionList>
System.IEquatable<FilterExpressionList>
Google.Protobuf.IDeepCloneable<FilterExpressionList>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class FilterExpressionList : IMessage<FilterExpressionList>, IEquatable<FilterExpressionList>, IDeepCloneable<FilterExpressionList>, IBufferMessage, IMessage

Constructors

FilterExpressionList()

Declaration
public FilterExpressionList()

FilterExpressionList(FilterExpressionList)

Declaration
public FilterExpressionList(FilterExpressionList other)
Parameters
Type Name Description
FilterExpressionList other

Properties

Expressions

A list of filter expressions.

Declaration
public RepeatedField<FilterExpression> Expressions { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<FilterExpression>
In This Article
Back to top