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.Accounts.Savedadstyles.List

Contents

Description

List all saved ad styles in the specified account.

See: AdSense Management API Reference for adsense.accounts.savedadstyles.list.

Synopsis

REST Resource

type AccountsSavedadstylesListResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("savedadstyles" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` SavedAdStyles))))))) Source

A resource alias for adsense.accounts.savedadstyles.list method which the AccountsSavedadstylesList request conforms to.

Creating a Request

accountsSavedadstylesList Source

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

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

Request Lenses

aslAccountId :: Lens' AccountsSavedadstylesList Text Source

Account for which to list saved ad styles.

aslPageToken :: Lens' AccountsSavedadstylesList (Maybe Text) Source

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

aslMaxResults :: Lens' AccountsSavedadstylesList (Maybe Int32) Source

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