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

Contents

Description

Retrieves the LIA settings of the account.

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

Synopsis

REST Resource

type LiaSettingsGetResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("liasettings" :> (Capture "accountId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get '[JSON] LiaSettings))))) Source #

A resource alias for content.liasettings.get method which the LiaSettingsGet request conforms to.

Creating a Request

liaSettingsGet Source #

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

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

data LiaSettingsGet Source #

Retrieves the LIA settings of the account.

See: liaSettingsGet smart constructor.

Instances
Eq LiaSettingsGet Source # 
Instance details

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

Data LiaSettingsGet Source # 
Instance details

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

Methods

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

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

toConstr :: LiaSettingsGet -> Constr #

dataTypeOf :: LiaSettingsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LiaSettingsGet Source # 
Instance details

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

Generic LiaSettingsGet Source # 
Instance details

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

Associated Types

type Rep LiaSettingsGet :: Type -> Type #

GoogleRequest LiaSettingsGet Source # 
Instance details

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

Associated Types

type Rs LiaSettingsGet :: Type #

type Scopes LiaSettingsGet :: [Symbol] #

type Rep LiaSettingsGet Source # 
Instance details

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

type Rep LiaSettingsGet = D1 (MetaData "LiaSettingsGet" "Network.Google.Resource.Content.LiaSettings.Get" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "LiaSettingsGet'" PrefixI True) (S1 (MetaSel (Just "_lsgMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: S1 (MetaSel (Just "_lsgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))))
type Scopes LiaSettingsGet Source # 
Instance details

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

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

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

Request Lenses

lsgMerchantId :: Lens' LiaSettingsGet Word64 Source #

The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.

lsgAccountId :: Lens' LiaSettingsGet Word64 Source #

The ID of the account for which to get or update LIA settings.