Show / Hide Table of Contents

Class ReportRow

A row in the report.

Inheritance
object
ReportRow
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.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ReportRow : IDirectResponseSchema

Properties

Dimensions

List of requested dimensions.

Declaration
[JsonProperty("dimensions")]
public virtual IList<string> Dimensions { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Metrics

List of metrics for each requested DateRange.

Declaration
[JsonProperty("metrics")]
public virtual IList<DateRangeValues> Metrics { get; set; }
Property Value
Type Description
IList<DateRangeValues>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX