Class GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter
Filter where the field value is a String. The match is case insensitive.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter : IDirectResponseSchema
Properties
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 to be matched against.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |