Show / Hide Table of Contents

Class PathReportCompatibleFields

Represents fields that are compatible to be selected for a report of type "PATH".

Inheritance
object
PathReportCompatibleFields
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class PathReportCompatibleFields : IDirectResponseSchema

Properties

ChannelGroupings

Dimensions which are compatible to be selected in the "channelGroupings" section of the report.

Declaration
[JsonProperty("channelGroupings")]
public virtual IList<Dimension> ChannelGroupings { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><Dimension>

Dimensions

Dimensions which are compatible to be selected in the "dimensions" section of the report.

Declaration
[JsonProperty("dimensions")]
public virtual IList<Dimension> Dimensions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><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#pathReportCompatibleFields.

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
System.Collections.Generic.IList<T><Metric>

PathFilters

Dimensions which are compatible to be selected in the "pathFilters" section of the report.

Declaration
[JsonProperty("pathFilters")]
public virtual IList<Dimension> PathFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><Dimension>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX