Show / Hide Table of Contents

Class FloodlightReportCompatibleFields

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

Inheritance
System.Object
FloodlightReportCompatibleFields
Implements
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_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class FloodlightReportCompatibleFields : IDirectResponseSchema

Properties

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>

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<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#floodlightReportCompatibleFields.

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>

Implements

IDirectResponseSchema
In This Article
Back to top