Show / Hide Table of Contents

Class ReportsResource.CompatibleFieldsResource

The "compatibleFields" collection of methods.

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

Constructors

CompatibleFieldsResource(IClientService)

Constructs a new resource.

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

Methods

Query(Report, long)

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.

long profileId

The Campaign Manager 360 user profile ID.

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