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

Contents

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

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

accountsAdClientsGet Source #

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

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

Data AccountsAdClientsGet Source # 
Instance details

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

Methods

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

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

toConstr :: AccountsAdClientsGet -> Constr #

dataTypeOf :: AccountsAdClientsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsAdClientsGet Source # 
Instance details

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

Generic AccountsAdClientsGet Source # 
Instance details

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

Associated Types

type Rep AccountsAdClientsGet :: Type -> Type #

GoogleRequest AccountsAdClientsGet Source # 
Instance details

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

Associated Types

type Rs AccountsAdClientsGet :: Type #

type Scopes AccountsAdClientsGet :: [Symbol] #

type Rep AccountsAdClientsGet Source # 
Instance details

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

type Rep AccountsAdClientsGet = D1 (MetaData "AccountsAdClientsGet" "Network.Google.Resource.AdSenseHost.Accounts.AdClients.Get" "gogol-adsense-host-0.4.0-9ZqQWUle4m2HKOQnxH9pTD" False) (C1 (MetaCons "AccountsAdClientsGet'" PrefixI True) (S1 (MetaSel (Just "_aacgAdClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aacgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes AccountsAdClientsGet Source # 
Instance details

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

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

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

Request Lenses

aacgAccountId :: Lens' AccountsAdClientsGet Text Source #

Account which contains the ad client.