gogol-adsense-host-0.4.0: Google AdSense Host SDK.

Copyright(c) 2015-2016 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.AdSenseHost.AdClients.Get

Contents

Description

Get information about one of the ad clients in the Host AdSense account.

See: AdSense Host API Reference for adsensehost.adclients.get.

Synopsis

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

adClientsGet Source #

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
Eq AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

Data AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AdClientsGet -> c AdClientsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AdClientsGet #

toConstr :: AdClientsGet -> Constr #

dataTypeOf :: AdClientsGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AdClientsGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AdClientsGet) #

gmapT :: (forall b. Data b => b -> b) -> AdClientsGet -> AdClientsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AdClientsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AdClientsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> AdClientsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AdClientsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AdClientsGet -> m AdClientsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AdClientsGet -> m AdClientsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AdClientsGet -> m AdClientsGet #

Show AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

Generic AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

Associated Types

type Rep AdClientsGet :: Type -> Type #

GoogleRequest AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

Associated Types

type Rs AdClientsGet :: Type #

type Scopes AdClientsGet :: [Symbol] #

type Rep AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

type Rep AdClientsGet = D1 (MetaData "AdClientsGet" "Network.Google.Resource.AdSenseHost.AdClients.Get" "gogol-adsense-host-0.4.0-9ZqQWUle4m2HKOQnxH9pTD" True) (C1 (MetaCons "AdClientsGet'" PrefixI True) (S1 (MetaSel (Just "_acgAdClientId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

type Scopes AdClientsGet = "https://www.googleapis.com/auth/adsensehost" ': ([] :: [Symbol])
type Rs AdClientsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AdClients.Get

Request Lenses