Show / Hide Table of Contents

Class CompatibleFields

Represents a response to the queryCompatibleFields method.

Inheritance
object
CompatibleFields
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 CompatibleFields : IDirectResponseSchema

Properties

CrossDimensionReachReportCompatibleFields

Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".

Declaration
[JsonProperty("crossDimensionReachReportCompatibleFields")]
public virtual CrossDimensionReachReportCompatibleFields CrossDimensionReachReportCompatibleFields { get; set; }
Property Value
Type Description
CrossDimensionReachReportCompatibleFields

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FloodlightReportCompatibleFields

Contains items that are compatible to be selected for a report of type "FLOODLIGHT".

Declaration
[JsonProperty("floodlightReportCompatibleFields")]
public virtual FloodlightReportCompatibleFields FloodlightReportCompatibleFields { get; set; }
Property Value
Type Description
FloodlightReportCompatibleFields

Kind

The kind of resource this is, in this case dfareporting#compatibleFields.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

PathAttributionReportCompatibleFields

Contains items that are compatible to be selected for a report of type "PATH_ATTRIBUTION".

Declaration
[JsonProperty("pathAttributionReportCompatibleFields")]
public virtual PathReportCompatibleFields PathAttributionReportCompatibleFields { get; set; }
Property Value
Type Description
PathReportCompatibleFields

PathReportCompatibleFields

Contains items that are compatible to be selected for a report of type "PATH".

Declaration
[JsonProperty("pathReportCompatibleFields")]
public virtual PathReportCompatibleFields PathReportCompatibleFields { get; set; }
Property Value
Type Description
PathReportCompatibleFields

PathToConversionReportCompatibleFields

Contains items that are compatible to be selected for a report of type "PATH_TO_CONVERSION".

Declaration
[JsonProperty("pathToConversionReportCompatibleFields")]
public virtual PathToConversionReportCompatibleFields PathToConversionReportCompatibleFields { get; set; }
Property Value
Type Description
PathToConversionReportCompatibleFields

ReachReportCompatibleFields

Contains items that are compatible to be selected for a report of type "REACH".

Declaration
[JsonProperty("reachReportCompatibleFields")]
public virtual ReachReportCompatibleFields ReachReportCompatibleFields { get; set; }
Property Value
Type Description
ReachReportCompatibleFields

ReportCompatibleFields

Contains items that are compatible to be selected for a report of type "STANDARD".

Declaration
[JsonProperty("reportCompatibleFields")]
public virtual ReportCompatibleFields ReportCompatibleFields { get; set; }
Property Value
Type Description
ReportCompatibleFields

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX