gogol-adsense-0.3.0: Google AdSense Management 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.AdSense.Accounts.CustomChannels.Get

Contents

Description

Get the specified custom channel from the specified ad client for the specified account.

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

Synopsis

REST Resource

type AccountsCustomChannelsGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (Capture "customChannelId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomChannel)))))))) Source #

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

Creating a Request

accountsCustomChannelsGet Source #

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

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

data AccountsCustomChannelsGet Source #

Get the specified custom channel from the specified ad client for the specified account.

See: accountsCustomChannelsGet smart constructor.

Instances

Eq AccountsCustomChannelsGet Source # 
Data AccountsCustomChannelsGet Source # 

Methods

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

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

toConstr :: AccountsCustomChannelsGet -> Constr #

dataTypeOf :: AccountsCustomChannelsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsCustomChannelsGet Source # 
Generic AccountsCustomChannelsGet Source # 
GoogleRequest AccountsCustomChannelsGet Source # 
type Rep AccountsCustomChannelsGet Source # 
type Rep AccountsCustomChannelsGet = D1 (MetaData "AccountsCustomChannelsGet" "Network.Google.Resource.AdSense.Accounts.CustomChannels.Get" "gogol-adsense-0.3.0-FwIbMoY0rKHJ5XDu58gN9u" False) (C1 (MetaCons "AccountsCustomChannelsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_accgCustomChannelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_accgAdClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_accgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsCustomChannelsGet Source # 
type Scopes AccountsCustomChannelsGet = (:) Symbol "https://www.googleapis.com/auth/adsense" ((:) Symbol "https://www.googleapis.com/auth/adsense.readonly" ([] Symbol))
type Rs AccountsCustomChannelsGet Source # 

Request Lenses

accgAdClientId :: Lens' AccountsCustomChannelsGet Text Source #

Ad client which contains the custom channel.

accgAccountId :: Lens' AccountsCustomChannelsGet Text Source #

Account to which the ad client belongs.