Show / Hide Table of Contents

Class ReportsResource.CompatibleFieldsResource

The "compatibleFields" collection of methods.

Inheritance
System.Object
ReportsResource.CompatibleFieldsResource
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
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class CompatibleFieldsResource

Constructors

CompatibleFieldsResource(IClientService)

Constructs a new resource.

Declaration
public CompatibleFieldsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Query(Report, Int64)

Returns the fields that are compatible to be selected in the respective sections of a report criteria, given the fields already selected in the input report and user permissions.

Declaration
public virtual ReportsResource.CompatibleFieldsResource.QueryRequest Query(Report body, long profileId)
Parameters
Type Name Description
Report body

The body of the request.

System.Int64 profileId

The Campaign Manager 360 user profile ID.

Returns
Type Description
ReportsResource.CompatibleFieldsResource.QueryRequest
In This Article
Back to top