Class GoogleAnalyticsAdminV1alphaChannelGroupFilter
A specific filter for a single dimension.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaChannelGroupFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldName
Required. Immutable. The dimension name to filter.
Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
InListFilter
A filter for a string dimension that matches a particular list of options.
Declaration
[JsonProperty("inListFilter")]
public virtual GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter InListFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter |
StringFilter
A filter for a string-type dimension that matches a particular pattern.
Declaration
[JsonProperty("stringFilter")]
public virtual GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter StringFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter |