gogol-adsense-0.2.0: Google AdSense Management 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.AdSense.Accounts.Savedadstyles.Get

Contents

Description

List a specific saved ad style for the specified account.

See: AdSense Management API Reference for adsense.accounts.savedadstyles.get.

Synopsis

REST Resource

type AccountsSavedadstylesGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("savedadstyles" :> (Capture "savedAdStyleId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SavedAdStyle)))))) Source #

A resource alias for adsense.accounts.savedadstyles.get method which the AccountsSavedadstylesGet request conforms to.

Creating a Request

accountsSavedadstylesGet Source #

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

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

data AccountsSavedadstylesGet Source #

List a specific saved ad style for the specified account.

See: accountsSavedadstylesGet smart constructor.

Instances

Eq AccountsSavedadstylesGet Source # 
Data AccountsSavedadstylesGet Source # 

Methods

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

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

toConstr :: AccountsSavedadstylesGet -> Constr #

dataTypeOf :: AccountsSavedadstylesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsSavedadstylesGet Source # 
Generic AccountsSavedadstylesGet Source # 
GoogleRequest AccountsSavedadstylesGet Source # 
type Rep AccountsSavedadstylesGet Source # 
type Rep AccountsSavedadstylesGet = D1 (MetaData "AccountsSavedadstylesGet" "Network.Google.Resource.AdSense.Accounts.Savedadstyles.Get" "gogol-adsense-0.2.0-60rIPXaPTef3Ly7deoiW4q" False) (C1 (MetaCons "AccountsSavedadstylesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_asgSavedAdStyleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_asgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes AccountsSavedadstylesGet Source # 
type Scopes AccountsSavedadstylesGet = (:) Symbol "https://www.googleapis.com/auth/adsense" ((:) Symbol "https://www.googleapis.com/auth/adsense.readonly" ([] Symbol))
type Rs AccountsSavedadstylesGet Source # 

Request Lenses

asgAccountId :: Lens' AccountsSavedadstylesGet Text Source #

Account for which to get the saved ad style.