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.Get

Contents

Description

List a specific saved ad style for the specified account.

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

Synopsis

REST Resource

type AccountsSavedadstylesGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("savedadstyles" :> (Capture "savedAdStyleId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` SavedAdStyle)))))) Source

A resource alias for adsense.accounts.savedadstyles.get method which the AccountsSavedadstylesGet request conforms to.

Creating a Request

accountsSavedadstylesGet Source

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

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

Request Lenses

asgAccountId :: Lens' AccountsSavedadstylesGet Text Source

Account for which to get the saved ad style.