Class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter
A filter for a string-type dimension that matches a particular pattern.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter : IDirectResponseSchema
Properties
CaseSensitive
Optional. If true, the string value is case sensitive. If false, the match is case-insensitive.
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 |
MatchType
Required. The match type for the string filter.
Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. The string value used for the matching.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |