gogol-adsense-0.0.1: Google AdSense Management 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.AdSense.AdClients.List

Contents

Description

List all ad clients in this AdSense account.

See: AdSense Management API Reference for adsense.adclients.list.

Synopsis

REST Resource

type AdClientsListResource = "adsense" :> ("v1.4" :> ("adclients" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` AdClients))))) Source

A resource alias for adsense.adclients.list method which the AdClientsList request conforms to.

Creating a Request

adClientsList :: AdClientsList Source

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

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

Request Lenses

aclPageToken :: Lens' AdClientsList (Maybe Text) Source

A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

aclMaxResults :: Lens' AdClientsList (Maybe Int32) Source

The maximum number of ad clients to include in the response, used for paging.