Class Report.Types.DataTable.Types.Row
A row of report data.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Report.Types.DataTable.Types.Row : IMessage<Report.Types.DataTable.Types.Row>, IEquatable<Report.Types.DataTable.Types.Row>, IDeepCloneable<Report.Types.DataTable.Types.Row>, IBufferMessage, IMessage
Constructors
Row()
Declaration
public Row()
Row(Row)
Declaration
public Row(Report.Types.DataTable.Types.Row other)
Parameters
Type | Name | Description |
---|---|---|
Report.Types.DataTable.Types.Row | other |
Properties
DimensionValues
The order of the dimension values is the same as the order of the dimensions specified in the request.
Declaration
public RepeatedField<Report.Types.Value> DimensionValues { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Report.Types.Value> |
MetricValueGroups
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
Declaration
public RepeatedField<Report.Types.DataTable.Types.MetricValueGroup> MetricValueGroups { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Report.Types.DataTable.Types.MetricValueGroup> |