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.List

Contents

Description

Lists the statuses of the datafeeds in your Merchant Center account.

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

Synopsis

REST Resource

type DatafeedstatusesListResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeedstatuses" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] DatafeedstatusesListResponse)))))) Source #

A resource alias for content.datafeedstatuses.list method which the DatafeedstatusesList request conforms to.

Creating a Request

datafeedstatusesList Source #

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

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

data DatafeedstatusesList Source #

Lists the statuses of the datafeeds in your Merchant Center account.

See: datafeedstatusesList smart constructor.

Instances

Eq DatafeedstatusesList Source # 
Data DatafeedstatusesList Source # 

Methods

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

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

toConstr :: DatafeedstatusesList -> Constr #

dataTypeOf :: DatafeedstatusesList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dlMerchantId :: Lens' DatafeedstatusesList Word64 Source #

The ID of the managing account.

dlPageToken :: Lens' DatafeedstatusesList (Maybe Text) Source #

The token returned by the previous request.

dlMaxResults :: Lens' DatafeedstatusesList (Maybe Word32) Source #

The maximum number of products to return in the response, used for paging.