Class CrossDimensionReachReportCompatibleFields
Represents fields that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class CrossDimensionReachReportCompatibleFields : IDirectResponseSchema
Properties
Breakdown
Dimensions which are compatible to be selected in the "breakdown" section of the report.
Declaration
[JsonProperty("breakdown")]
public virtual IList<Dimension> Breakdown { get; set; }
Property Value
Type | Description |
---|---|
IList<Dimension> |
DimensionFilters
Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.
Declaration
[JsonProperty("dimensionFilters")]
public virtual IList<Dimension> DimensionFilters { get; set; }
Property Value
Type | Description |
---|---|
IList<Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
Metrics which are compatible to be selected in the "metricNames" section of the report.
Declaration
[JsonProperty("metrics")]
public virtual IList<Metric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<Metric> |
OverlapMetrics
Metrics which are compatible to be selected in the "overlapMetricNames" section of the report.
Declaration
[JsonProperty("overlapMetrics")]
public virtual IList<Metric> OverlapMetrics { get; set; }
Property Value
Type | Description |
---|---|
IList<Metric> |