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

Contents

Description

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

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

Synopsis

REST Resource

type LiaSettingsListResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("liasettings" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] LiaSettingsListResponse)))))) Source #

A resource alias for content.liasettings.list method which the LiaSettingsList request conforms to.

Creating a Request

liaSettingsList Source #

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

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

data LiaSettingsList Source #

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

See: liaSettingsList smart constructor.

Instances
Eq LiaSettingsList Source # 
Instance details

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

Data LiaSettingsList Source # 
Instance details

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

Methods

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

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

toConstr :: LiaSettingsList -> Constr #

dataTypeOf :: LiaSettingsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LiaSettingsList Source # 
Instance details

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

Generic LiaSettingsList Source # 
Instance details

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

Associated Types

type Rep LiaSettingsList :: Type -> Type #

GoogleRequest LiaSettingsList Source # 
Instance details

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

Associated Types

type Rs LiaSettingsList :: Type #

type Scopes LiaSettingsList :: [Symbol] #

type Rep LiaSettingsList Source # 
Instance details

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

type Rep LiaSettingsList = D1 (MetaData "LiaSettingsList" "Network.Google.Resource.Content.LiaSettings.List" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "LiaSettingsList'" PrefixI True) (S1 (MetaSel (Just "_lslMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: (S1 (MetaSel (Just "_lslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lslMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))
type Scopes LiaSettingsList Source # 
Instance details

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

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

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

Request Lenses

lslMerchantId :: Lens' LiaSettingsList Word64 Source #

The ID of the managing account. This must be a multi-client account.

lslPageToken :: Lens' LiaSettingsList (Maybe Text) Source #

The token returned by the previous request.

lslMaxResults :: Lens' LiaSettingsList (Maybe Word32) Source #

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