gogol-dfareporting-0.3.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.PostalCodes.List

Contents

Description

Retrieves a list of postal codes.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.postalCodes.list.

Synopsis

REST Resource

type PostalCodesListResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("postalCodes" :> (QueryParam "alt" AltJSON :> Get '[JSON] PostalCodesListResponse))))) Source #

A resource alias for dfareporting.postalCodes.list method which the PostalCodesList request conforms to.

Creating a Request

postalCodesList Source #

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

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

data PostalCodesList Source #

Retrieves a list of postal codes.

See: postalCodesList smart constructor.

Instances

Eq PostalCodesList Source # 
Data PostalCodesList Source # 

Methods

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

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

toConstr :: PostalCodesList -> Constr #

dataTypeOf :: PostalCodesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PostalCodesList Source # 
Generic PostalCodesList Source # 
GoogleRequest PostalCodesList Source # 
type Rep PostalCodesList Source # 
type Rep PostalCodesList = D1 (MetaData "PostalCodesList" "Network.Google.Resource.DFAReporting.PostalCodes.List" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" True) (C1 (MetaCons "PostalCodesList'" PrefixI True) (S1 (MetaSel (Just Symbol "_pclProFileId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int64))))
type Scopes PostalCodesList Source # 
type Scopes PostalCodesList = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs PostalCodesList Source # 

Request Lenses

pclProFileId :: Lens' PostalCodesList Int64 Source #

User profile ID associated with this request.