| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.AdSenseHost.Accounts.AdClients.Get
Description
Get information about one of the ad clients in the specified publisher's AdSense account.
See: AdSense Host API Reference for adsensehost.accounts.adclients.get.
Synopsis
- type AccountsAdClientsGetResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClient))))))
- accountsAdClientsGet :: Text -> Text -> AccountsAdClientsGet
- data AccountsAdClientsGet
- aacgAdClientId :: Lens' AccountsAdClientsGet Text
- aacgAccountId :: Lens' AccountsAdClientsGet Text
REST Resource
type AccountsAdClientsGetResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClient)))))) Source #
A resource alias for adsensehost.accounts.adclients.get method which the
AccountsAdClientsGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> AccountsAdClientsGet |
Creates a value of AccountsAdClientsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsAdClientsGet Source #
Get information about one of the ad clients in the specified publisher's AdSense account.
See: accountsAdClientsGet smart constructor.
Instances
Request Lenses
aacgAdClientId :: Lens' AccountsAdClientsGet Text Source #
Ad client to get.
aacgAccountId :: Lens' AccountsAdClientsGet Text Source #
Account which contains the ad client.