Show / Hide Table of Contents

Class CompatibleFields

Represents a response to the queryCompatibleFields method.

Inheritance
System.Object
CompatibleFields
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 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
System.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
System.String

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