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

Contents

Description

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

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

Synopsis

REST Resource

type ShippingSettingsCustombatchResource = "content" :> ("v2.1" :> ("shippingsettings" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ShippingSettingsCustomBatchRequest :> Post '[JSON] ShippingSettingsCustomBatchResponse))))) Source #

A resource alias for content.shippingsettings.custombatch method which the ShippingSettingsCustombatch request conforms to.

Creating a Request

shippingSettingsCustombatch Source #

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

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

data ShippingSettingsCustombatch Source #

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

See: shippingSettingsCustombatch smart constructor.

Instances
Eq ShippingSettingsCustombatch Source # 
Instance details

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

Data ShippingSettingsCustombatch Source # 
Instance details

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

Methods

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

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

toConstr :: ShippingSettingsCustombatch -> Constr #

dataTypeOf :: ShippingSettingsCustombatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ShippingSettingsCustombatch Source # 
Instance details

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

Generic ShippingSettingsCustombatch Source # 
Instance details

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

Associated Types

type Rep ShippingSettingsCustombatch :: Type -> Type #

GoogleRequest ShippingSettingsCustombatch Source # 
Instance details

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

type Rep ShippingSettingsCustombatch Source # 
Instance details

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

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

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

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

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

Request Lenses