Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter

A filter for a string dimension that matches a particular list of options.

Inheritance
object
GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter : IDirectResponseSchema

Properties

CaseSensitive

Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.

Declaration
[JsonProperty("caseSensitive")]
public virtual bool? CaseSensitive { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Values

Required. The list of possible string values to match against. Must be non-empty.

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX