gogol-adsense-host-0.2.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.URLChannels.List

Contents

Description

List all host URL channels in the host AdSense account.

See: AdSense Host API Reference for adsensehost.urlchannels.list.

Synopsis

REST Resource

type URLChannelsListResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("urlchannels" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] URLChannels))))))) Source #

A resource alias for adsensehost.urlchannels.list method which the URLChannelsList request conforms to.

Creating a Request

urlChannelsList Source #

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

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

data URLChannelsList Source #

List all host URL channels in the host AdSense account.

See: urlChannelsList smart constructor.

Instances

Eq URLChannelsList Source # 
Data URLChannelsList Source # 

Methods

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

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

toConstr :: URLChannelsList -> Constr #

dataTypeOf :: URLChannelsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show URLChannelsList Source # 
Generic URLChannelsList Source # 
GoogleRequest URLChannelsList Source # 
type Rep URLChannelsList Source # 
type Rep URLChannelsList = D1 (MetaData "URLChannelsList" "Network.Google.Resource.AdSenseHost.URLChannels.List" "gogol-adsense-host-0.2.0-EdCnxrMpNsV9NwvFRgHS2o" False) (C1 (MetaCons "URLChannelsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uclAdClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_uclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uclMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes URLChannelsList Source # 
type Scopes URLChannelsList = (:) Symbol "https://www.googleapis.com/auth/adsensehost" ([] Symbol)
type Rs URLChannelsList Source # 

Request Lenses

uclAdClientId :: Lens' URLChannelsList Text Source #

Ad client for which to list URL channels.

uclPageToken :: Lens' URLChannelsList (Maybe Text) Source #

A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

uclMaxResults :: Lens' URLChannelsList (Maybe Word32) Source #

The maximum number of URL channels to include in the response, used for paging.