Class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition
A specific filter expression
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldName
Required. The field that is being filtered.
Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
NullFilter
A filter for null values.
Declaration
[JsonProperty("nullFilter")]
public virtual bool? NullFilter { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StringFilter
A filter for a string-type dimension that matches a particular pattern.
Declaration
[JsonProperty("stringFilter")]
public virtual GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter StringFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter |