Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter

A filter for numeric or date values between certain values on a dimension or metric.

Inheritance
object
GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FromValue

Required. Begins with this number, inclusive.

Declaration
[JsonProperty("fromValue")]
public virtual GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue FromValue { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue

ToValue

Required. Ends with this number, inclusive.

Declaration
[JsonProperty("toValue")]
public virtual GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue ToValue { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX