gogol-adsense-0.4.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 # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

Data AccountsCustomChannelsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

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 # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

Generic AccountsCustomChannelsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

Associated Types

type Rep AccountsCustomChannelsGet :: Type -> Type #

GoogleRequest AccountsCustomChannelsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

type Rep AccountsCustomChannelsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

type Rep AccountsCustomChannelsGet = D1 (MetaData "AccountsCustomChannelsGet" "Network.Google.Resource.AdSense.Accounts.CustomChannels.Get" "gogol-adsense-0.4.0-8cOCEo3eYdbFA6XwLd5vHV" False) (C1 (MetaCons "AccountsCustomChannelsGet'" PrefixI True) (S1 (MetaSel (Just "_accgCustomChannelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_accgAdClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_accgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes AccountsCustomChannelsGet Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

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

Defined in Network.Google.Resource.AdSense.Accounts.CustomChannels.Get

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.