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.Accounts.Custombatch

Contents

Description

Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.

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

Synopsis

REST Resource

type AccountsCustombatchResource = "content" :> ("v2.1" :> ("accounts" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccountsCustomBatchRequest :> Post '[JSON] AccountsCustomBatchResponse))))) Source #

A resource alias for content.accounts.custombatch method which the AccountsCustombatch request conforms to.

Creating a Request

accountsCustombatch Source #

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

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

data AccountsCustombatch Source #

Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.

See: accountsCustombatch smart constructor.

Instances
Eq AccountsCustombatch Source # 
Instance details

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

Data AccountsCustombatch Source # 
Instance details

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

Methods

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

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

toConstr :: AccountsCustombatch -> Constr #

dataTypeOf :: AccountsCustombatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsCustombatch Source # 
Instance details

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

Generic AccountsCustombatch Source # 
Instance details

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

Associated Types

type Rep AccountsCustombatch :: Type -> Type #

GoogleRequest AccountsCustombatch Source # 
Instance details

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

Associated Types

type Rs AccountsCustombatch :: Type #

type Scopes AccountsCustombatch :: [Symbol] #

type Rep AccountsCustombatch Source # 
Instance details

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

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

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

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

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

Request Lenses