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

Contents

Description

Gets the requested publisher profile(s) by publisher accountId.

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

Synopsis

REST Resource

type PubproFilesListResource = "adexchangebuyer" :> ("v1.4" :> ("publisher" :> (Capture "accountId" (Textual Int32) :> ("profiles" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetPublisherProFilesByAccountIdResponse))))) Source #

A resource alias for adexchangebuyer.pubprofiles.list method which the PubproFilesList request conforms to.

Creating a Request

pubproFilesList Source #

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

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

data PubproFilesList Source #

Gets the requested publisher profile(s) by publisher accountId.

See: pubproFilesList smart constructor.

Instances
Eq PubproFilesList Source # 
Instance details

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

Data PubproFilesList Source # 
Instance details

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

Methods

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

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

toConstr :: PubproFilesList -> Constr #

dataTypeOf :: PubproFilesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PubproFilesList Source # 
Instance details

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

Generic PubproFilesList Source # 
Instance details

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

Associated Types

type Rep PubproFilesList :: Type -> Type #

GoogleRequest PubproFilesList Source # 
Instance details

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

Associated Types

type Rs PubproFilesList :: Type #

type Scopes PubproFilesList :: [Symbol] #

type Rep PubproFilesList Source # 
Instance details

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

type Rep PubproFilesList = D1 (MetaData "PubproFilesList" "Network.Google.Resource.AdExchangeBuyer.PubproFiles.List" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "PubproFilesList'" PrefixI True) (S1 (MetaSel (Just "_pflAccountId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int32))))
type Scopes PubproFilesList Source # 
Instance details

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

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

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

Request Lenses

pflAccountId :: Lens' PubproFilesList Int32 Source #

The accountId of the publisher to get profiles for.