gogol-shopping-content-0.1.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.Datafeedstatuses.Get

Contents

Description

Retrieves the status of a datafeed from your Merchant Center account.

See: Content API for Shopping Reference for content.datafeedstatuses.get.

Synopsis

REST Resource

type DatafeedstatusesGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeedstatuses" :> (Capture "datafeedId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get '[JSON] DatafeedStatus))))) Source #

A resource alias for content.datafeedstatuses.get method which the DatafeedstatusesGet request conforms to.

Creating a Request

datafeedstatusesGet Source #

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

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

data DatafeedstatusesGet Source #

Retrieves the status of a datafeed from your Merchant Center account.

See: datafeedstatusesGet smart constructor.

Instances

Eq DatafeedstatusesGet Source # 
Data DatafeedstatusesGet Source # 

Methods

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

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

toConstr :: DatafeedstatusesGet -> Constr #

dataTypeOf :: DatafeedstatusesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DatafeedstatusesGet Source # 
Generic DatafeedstatusesGet Source # 
GoogleRequest DatafeedstatusesGet Source # 
type Rep DatafeedstatusesGet Source # 
type Rep DatafeedstatusesGet = D1 (MetaData "DatafeedstatusesGet" "Network.Google.Resource.Content.Datafeedstatuses.Get" "gogol-shopping-content-0.1.0-GO0gfKnFGN71KsZMRG9Ar6" False) (C1 (MetaCons "DatafeedstatusesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dggMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))) (S1 (MetaSel (Just Symbol "_dggDatafeedId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)))))
type Scopes DatafeedstatusesGet Source # 
type Scopes DatafeedstatusesGet = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs DatafeedstatusesGet Source # 

Request Lenses