gogol-adexchange-buyer-0.4.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 # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

Data AccountsList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

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 # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

Generic AccountsList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

Associated Types

type Rep AccountsList' :: Type -> Type #

GoogleRequest AccountsList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

Associated Types

type Rs AccountsList' :: Type #

type Scopes AccountsList' :: [Symbol] #

type Rep AccountsList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

type Rep AccountsList' = D1 (MetaData "AccountsList'" "Network.Google.Resource.AdExchangeBuyer.Accounts.List" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "AccountsList''" PrefixI False) (U1 :: Type -> Type))
type Scopes AccountsList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List

type Scopes AccountsList' = "https://www.googleapis.com/auth/adexchange.buyer" ': ([] :: [Symbol])
type Rs AccountsList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.List