gogol-adexchange-buyer-0.2.0: Google Ad Exchange Buyer 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.AdExchangeBuyer.Accounts.List

Contents

Description

Retrieves the authenticated user's list of accounts.

See: Ad Exchange Buyer API Reference for adexchangebuyer.accounts.list.

Synopsis

REST Resource

type AccountsListResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsList))) Source #

A resource alias for adexchangebuyer.accounts.list method which the AccountsList' request conforms to.

Creating a Request

accountsList' :: AccountsList' Source #

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

data AccountsList' Source #

Retrieves the authenticated user's list of accounts.

See: accountsList' smart constructor.

Instances

Eq AccountsList' Source # 
Data AccountsList' Source # 

Methods

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

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

toConstr :: AccountsList' -> Constr #

dataTypeOf :: AccountsList' -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsList' Source # 
Generic AccountsList' Source # 

Associated Types

type Rep AccountsList' :: * -> * #

GoogleRequest AccountsList' Source # 

Associated Types

type Rs AccountsList' :: * #

type Scopes AccountsList' :: [Symbol] #

type Rep AccountsList' Source # 
type Rep AccountsList' = D1 (MetaData "AccountsList'" "Network.Google.Resource.AdExchangeBuyer.Accounts.List" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" False) (C1 (MetaCons "AccountsList''" PrefixI False) U1)
type Scopes AccountsList' Source # 
type Scopes AccountsList' = (:) Symbol "https://www.googleapis.com/auth/adexchange.buyer" ([] Symbol)
type Rs AccountsList' Source #