gogol-adexchange-seller-0.3.0: Google Ad Exchange Seller 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.AdExchangeSeller.Accounts.AdClients.List

Contents

Description

List all ad clients in this Ad Exchange account.

See: Ad Exchange Seller API Reference for adexchangeseller.accounts.adclients.list.

Synopsis

REST Resource

type AccountsAdClientsListResource = "adexchangeseller" :> ("v2.0" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClients))))))) Source #

A resource alias for adexchangeseller.accounts.adclients.list method which the AccountsAdClientsList request conforms to.

Creating a Request

accountsAdClientsList Source #

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

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

data AccountsAdClientsList Source #

List all ad clients in this Ad Exchange account.

See: accountsAdClientsList smart constructor.

Instances

Eq AccountsAdClientsList Source # 
Data AccountsAdClientsList Source # 

Methods

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

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

toConstr :: AccountsAdClientsList -> Constr #

dataTypeOf :: AccountsAdClientsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsAdClientsList Source # 
Generic AccountsAdClientsList Source # 
GoogleRequest AccountsAdClientsList Source # 
type Rep AccountsAdClientsList Source # 
type Rep AccountsAdClientsList = D1 (MetaData "AccountsAdClientsList" "Network.Google.Resource.AdExchangeSeller.Accounts.AdClients.List" "gogol-adexchange-seller-0.3.0-8StREUV4qtQ1d8IiSxuuPd" False) (C1 (MetaCons "AccountsAdClientsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aaclAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_aaclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aaclMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes AccountsAdClientsList Source # 
type Scopes AccountsAdClientsList = (:) Symbol "https://www.googleapis.com/auth/adexchange.seller" ((:) Symbol "https://www.googleapis.com/auth/adexchange.seller.readonly" ([] Symbol))
type Rs AccountsAdClientsList Source # 

Request Lenses

aaclAccountId :: Lens' AccountsAdClientsList Text Source #

Account to which the ad client belongs.

aaclPageToken :: Lens' AccountsAdClientsList (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.

aaclMaxResults :: Lens' AccountsAdClientsList (Maybe Word32) Source #

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