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

Contents

Description

Lists the statuses of the sub-accounts in your Merchant Center account.

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

Synopsis

REST Resource

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

A resource alias for content.accountstatuses.list method which the AccountstatusesList request conforms to.

Creating a Request

accountstatusesList Source #

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

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

data AccountstatusesList Source #

Lists the statuses of the sub-accounts in your Merchant Center account.

See: accountstatusesList smart constructor.

Instances

Eq AccountstatusesList Source # 
Data AccountstatusesList Source # 

Methods

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

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

toConstr :: AccountstatusesList -> Constr #

dataTypeOf :: AccountstatusesList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

acc3MerchantId :: Lens' AccountstatusesList Word64 Source #

The ID of the managing account.

acc3PageToken :: Lens' AccountstatusesList (Maybe Text) Source #

The token returned by the previous request.

acc3MaxResults :: Lens' AccountstatusesList (Maybe Word32) Source #

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