gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DFAReporting.Reports.CompatibleFields.Query

Contents

Description

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.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.reports.compatibleFields.query.

Synopsis

REST Resource

type ReportsCompatibleFieldsQueryResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("reports" :> ("compatiblefields" :> ("query" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Report :> Post `[JSON]` CompatibleFields)))))))) Source

A resource alias for dfareporting.reports.compatibleFields.query method which the ReportsCompatibleFieldsQuery request conforms to.

Creating a Request

reportsCompatibleFieldsQuery Source

Creates a value of ReportsCompatibleFieldsQuery with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ReportsCompatibleFieldsQuery Source

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.

See: reportsCompatibleFieldsQuery smart constructor.

Request Lenses