Class CrossDimensionReachReportCompatibleFields
Represents fields that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".
Inheritance
System.Object
CrossDimensionReachReportCompatibleFields
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.IList<Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.IList<Metric> |
Implements
Google.Apis.Requests.IDirectResponseSchema