Show / Hide Table of Contents

Class Filter.Types.InListFilter

The result needs to be in a list of string values.

Inheritance
object
Filter.Types.InListFilter
Implements
IMessage<Filter.Types.InListFilter>
IEquatable<Filter.Types.InListFilter>
IDeepCloneable<Filter.Types.InListFilter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class Filter.Types.InListFilter : IMessage<Filter.Types.InListFilter>, IEquatable<Filter.Types.InListFilter>, IDeepCloneable<Filter.Types.InListFilter>, IBufferMessage, IMessage

Constructors

InListFilter()

Declaration
public InListFilter()

InListFilter(InListFilter)

Declaration
public InListFilter(Filter.Types.InListFilter other)
Parameters
Type Name Description
Filter.Types.InListFilter other

Properties

CaseSensitive

If true, the string value is case sensitive.

Declaration
public bool CaseSensitive { get; set; }
Property Value
Type Description
bool

Values

The list of string values. Must be non-empty.

Declaration
public RepeatedField<string> Values { get; }
Property Value
Type Description
RepeatedField<string>
In this article
Back to top Generated by DocFX