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.Alerts.List

Contents

Description

List the alerts for this Ad Exchange account.

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

Synopsis

REST Resource

type AccountsAlertsListResource = "adexchangeseller" :> ("v2.0" :> ("accounts" :> (Capture "accountId" Text :> ("alerts" :> (QueryParam "locale" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Alerts)))))) #

A resource alias for adexchangeseller.accounts.alerts.list method which the AccountsAlertsList request conforms to.

Creating a Request

accountsAlertsList #

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

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

data AccountsAlertsList #

List the alerts for this Ad Exchange account.

See: accountsAlertsList smart constructor.

Instances

Eq AccountsAlertsList # 
Data AccountsAlertsList # 

Methods

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

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

toConstr :: AccountsAlertsList -> Constr #

dataTypeOf :: AccountsAlertsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsAlertsList # 
Generic AccountsAlertsList # 
GoogleRequest AccountsAlertsList # 
type Rep AccountsAlertsList # 
type Rep AccountsAlertsList = D1 (MetaData "AccountsAlertsList" "Network.Google.Resource.AdExchangeSeller.Accounts.Alerts.List" "gogol-adexchange-seller-0.3.0-DEX6F8HsI1C9pzfTufglvu" False) (C1 (MetaCons "AccountsAlertsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aalLocale") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aalAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes AccountsAlertsList # 
type Scopes AccountsAlertsList = (:) Symbol "https://www.googleapis.com/auth/adexchange.seller" ((:) Symbol "https://www.googleapis.com/auth/adexchange.seller.readonly" ([] Symbol))
type Rs AccountsAlertsList # 

Request Lenses

aalLocale :: Lens' AccountsAlertsList (Maybe Text) #

The locale to use for translating alert messages. The account locale will be used if this is not supplied. The AdSense default (English) will be used if the supplied locale is invalid or unsupported.

aalAccountId :: Lens' AccountsAlertsList Text #

Account owning the alerts.