gogol-shopping-content-0.4.0: Google Content API for Shopping 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.Content.Productstatuses.Custombatch

Contents

Description

Gets the statuses of multiple products in a single request.

See: Content API for Shopping Reference for content.productstatuses.custombatch.

Synopsis

REST Resource

type ProductstatusesCustombatchResource = "content" :> ("v2.1" :> ("productstatuses" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProductstatusesCustomBatchRequest :> Post '[JSON] ProductstatusesCustomBatchResponse))))) Source #

A resource alias for content.productstatuses.custombatch method which the ProductstatusesCustombatch request conforms to.

Creating a Request

productstatusesCustombatch Source #

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

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

data ProductstatusesCustombatch Source #

Gets the statuses of multiple products in a single request.

See: productstatusesCustombatch smart constructor.

Instances
Eq ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

Data ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

Methods

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

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

toConstr :: ProductstatusesCustombatch -> Constr #

dataTypeOf :: ProductstatusesCustombatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

Generic ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

Associated Types

type Rep ProductstatusesCustombatch :: Type -> Type #

GoogleRequest ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

type Rep ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

type Rep ProductstatusesCustombatch = D1 (MetaData "ProductstatusesCustombatch" "Network.Google.Resource.Content.Productstatuses.Custombatch" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" True) (C1 (MetaCons "ProductstatusesCustombatch'" PrefixI True) (S1 (MetaSel (Just "_proPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ProductstatusesCustomBatchRequest)))
type Scopes ProductstatusesCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

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

Defined in Network.Google.Resource.Content.Productstatuses.Custombatch

Request Lenses