Show / Hide Table of Contents

Class V1betaAudienceDimension

An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the QueryAudienceExportResponse.

Inheritance
object
V1betaAudienceDimension
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.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class V1betaAudienceDimension : IDirectResponseSchema

Properties

DimensionName

Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.

Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX