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.Products.Get

Contents

Description

Gets the requested product by id.

See: Ad Exchange Buyer API Reference for adexchangebuyer.products.get.

Synopsis

REST Resource

type ProductsGetResource = "adexchangebuyer" :> ("v1.4" :> ("products" :> (Capture "productId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Product)))) Source #

A resource alias for adexchangebuyer.products.get method which the ProductsGet request conforms to.

Creating a Request

productsGet Source #

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

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

data ProductsGet Source #

Gets the requested product by id.

See: productsGet smart constructor.

Instances
Eq ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

Data ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

Methods

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

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

toConstr :: ProductsGet -> Constr #

dataTypeOf :: ProductsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

Generic ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

Associated Types

type Rep ProductsGet :: Type -> Type #

GoogleRequest ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

Associated Types

type Rs ProductsGet :: Type #

type Scopes ProductsGet :: [Symbol] #

type Rep ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

type Rep ProductsGet = D1 (MetaData "ProductsGet" "Network.Google.Resource.AdExchangeBuyer.Products.Get" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "ProductsGet'" PrefixI True) (S1 (MetaSel (Just "_pgProductId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes ProductsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

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

Defined in Network.Google.Resource.AdExchangeBuyer.Products.Get

Request Lenses

pgProductId :: Lens' ProductsGet Text Source #

The id for the product to get the head revision for.