Class GoogleAnalyticsAdminV1alphaAccessNumericFilter
Filters for numeric or date values.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccessNumericFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operation
The operation type for this filter.
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
A numeric value or a date value.
Declaration
[JsonProperty("value")]
public virtual GoogleAnalyticsAdminV1alphaNumericValue Value { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaNumericValue |