| 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.AdClients.Get
Description
Get information about one of the ad clients in the Host AdSense account.
See: AdSense Host API Reference for adsensehost.adclients.get.
Synopsis
- type AdClientsGetResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClient))))
- adClientsGet :: Text -> AdClientsGet
- data AdClientsGet
- acgAdClientId :: Lens' AdClientsGet Text
REST Resource
type AdClientsGetResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClient)))) Source #
A resource alias for adsensehost.adclients.get method which the
AdClientsGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> AdClientsGet |
Creates a value of AdClientsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AdClientsGet Source #
Get information about one of the ad clients in the Host AdSense account.
See: adClientsGet smart constructor.
Instances
Request Lenses
acgAdClientId :: Lens' AdClientsGet Text Source #
Ad client to get.