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

Contents

Description

Get information about the selected AdSense account.

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

Synopsis

REST Resource

type AccountsGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> (QueryParam "tree" Bool :> (QueryParam "alt" AltJSON :> Get `[JSON]` Account))))) Source

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

Creating a Request

accountsGet Source

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

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

data AccountsGet Source

Get information about the selected AdSense account.

See: accountsGet smart constructor.

Request Lenses

agTree :: Lens' AccountsGet (Maybe Bool) Source

Whether the tree of sub accounts should be returned.

agAccountId :: Lens' AccountsGet Text Source

Account to get information about.