gogol-android-publisher-0.1.0: Google Play Developer 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.AndroidPublisher.InAppProducts.Batch

Contents

Description

See: Google Play Developer API Reference for androidpublisher.inappproducts.batch.

Synopsis

REST Resource

type InAppProductsBatchResource = "androidpublisher" :> ("v2" :> ("applications" :> ("inappproducts" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] InAppProductsBatchRequest :> Post '[JSON] InAppProductsBatchResponse)))))) Source #

A resource alias for androidpublisher.inappproducts.batch method which the InAppProductsBatch request conforms to.

Creating a Request

inAppProductsBatch Source #

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

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

data InAppProductsBatch Source #

Instances

Eq InAppProductsBatch Source # 
Data InAppProductsBatch Source # 

Methods

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

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

toConstr :: InAppProductsBatch -> Constr #

dataTypeOf :: InAppProductsBatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InAppProductsBatch Source # 
Generic InAppProductsBatch Source # 
GoogleRequest InAppProductsBatch Source # 
type Rep InAppProductsBatch Source # 
type Rep InAppProductsBatch = D1 (MetaData "InAppProductsBatch" "Network.Google.Resource.AndroidPublisher.InAppProducts.Batch" "gogol-android-publisher-0.1.0-IlS2G5BcHsVH0lH4w99oMc" True) (C1 (MetaCons "InAppProductsBatch'" PrefixI True) (S1 (MetaSel (Just Symbol "_iapbPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 InAppProductsBatchRequest)))
type Scopes InAppProductsBatch Source # 
type Scopes InAppProductsBatch = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs InAppProductsBatch Source # 

Request Lenses