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

Contents

Description

List all ad clients in this AdSense account.

See: AdSense Management API Reference for adsense.adclients.list.

Synopsis

REST Resource

type AdClientsListResource = "adsense" :> ("v1.4" :> ("adclients" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClients))))) Source #

A resource alias for adsense.adclients.list method which the AdClientsList request conforms to.

Creating a Request

adClientsList :: AdClientsList Source #

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

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

data AdClientsList Source #

List all ad clients in this AdSense account.

See: adClientsList smart constructor.

Instances

Eq AdClientsList Source # 
Data AdClientsList Source # 

Methods

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

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

toConstr :: AdClientsList -> Constr #

dataTypeOf :: AdClientsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdClientsList Source # 
Generic AdClientsList Source # 

Associated Types

type Rep AdClientsList :: * -> * #

GoogleRequest AdClientsList Source # 

Associated Types

type Rs AdClientsList :: * #

type Scopes AdClientsList :: [Symbol] #

type Rep AdClientsList Source # 
type Rep AdClientsList = D1 (MetaData "AdClientsList" "Network.Google.Resource.AdSense.AdClients.List" "gogol-adsense-0.2.0-60rIPXaPTef3Ly7deoiW4q" False) (C1 (MetaCons "AdClientsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aclMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))
type Scopes AdClientsList Source # 
type Scopes AdClientsList = (:) Symbol "https://www.googleapis.com/auth/adsense" ((:) Symbol "https://www.googleapis.com/auth/adsense.readonly" ([] Symbol))
type Rs AdClientsList Source # 

Request Lenses

aclPageToken :: Lens' AdClientsList (Maybe Text) Source #

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

aclMaxResults :: Lens' AdClientsList (Maybe Int32) Source #

The maximum number of ad clients to include in the response, used for paging.