gogol-shopping-content-0.1.1: 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.Accountshipping.Custombatch

Contents

Description

Retrieves and updates the shipping settings of multiple accounts in a single request.

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

Synopsis

REST Resource

type AccountshippingCustombatchResource = "content" :> ("v2" :> ("accountshipping" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccountshippingCustomBatchRequest :> Post '[JSON] AccountshippingCustomBatchResponse)))))) Source #

A resource alias for content.accountshipping.custombatch method which the AccountshippingCustombatch request conforms to.

Creating a Request

accountshippingCustombatch Source #

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

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

data AccountshippingCustombatch Source #

Retrieves and updates the shipping settings of multiple accounts in a single request.

See: accountshippingCustombatch smart constructor.

Instances

Eq AccountshippingCustombatch Source # 
Data AccountshippingCustombatch Source # 

Methods

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

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

toConstr :: AccountshippingCustombatch -> Constr #

dataTypeOf :: AccountshippingCustombatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountshippingCustombatch Source # 
Generic AccountshippingCustombatch Source # 
GoogleRequest AccountshippingCustombatch Source # 
type Rep AccountshippingCustombatch Source # 
type Rep AccountshippingCustombatch = D1 (MetaData "AccountshippingCustombatch" "Network.Google.Resource.Content.Accountshipping.Custombatch" "gogol-shopping-content-0.1.1-29WHQG6JiPy8ClAOaTtAzJ" False) (C1 (MetaCons "AccountshippingCustombatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AccountshippingCustomBatchRequest)) (S1 (MetaSel (Just Symbol "_acDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))
type Scopes AccountshippingCustombatch Source # 
type Scopes AccountshippingCustombatch = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs AccountshippingCustombatch Source # 

Request Lenses

acDryRun :: Lens' AccountshippingCustombatch (Maybe Bool) Source #

Flag to run the request in dry-run mode.