gogol-shopping-content-0.5.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.1" :> (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 # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

Data DatafeedstatusesList Source # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

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 # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

Generic DatafeedstatusesList Source # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

Associated Types

type Rep DatafeedstatusesList :: Type -> Type #

GoogleRequest DatafeedstatusesList Source # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

Associated Types

type Rs DatafeedstatusesList :: Type #

type Scopes DatafeedstatusesList :: [Symbol] #

type Rep DatafeedstatusesList Source # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

type Rep DatafeedstatusesList = D1 (MetaData "DatafeedstatusesList" "Network.Google.Resource.Content.Datafeedstatuses.List" "gogol-shopping-content-0.5.0-JEbpzNrc2lB7bX2emYTGER" False) (C1 (MetaCons "DatafeedstatusesList'" PrefixI True) (S1 (MetaSel (Just "_dlMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: (S1 (MetaSel (Just "_dlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))
type Scopes DatafeedstatusesList Source # 
Instance details

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

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

Defined in Network.Google.Resource.Content.Datafeedstatuses.List

Request Lenses

dlMerchantId :: Lens' DatafeedstatusesList Word64 Source #

The ID of the account that manages the datafeeds. This account cannot be a multi-client 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.