Class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter
A filter for a string dimension that matches a particular list of options.
Implements
Inherited Members
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> |