gogol-dfareporting-0.5.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.Countries.List

Contents

Description

Retrieves a list of countries.

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

Synopsis

REST Resource

type CountriesListResource = "dfareporting" :> ("v3.3" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("countries" :> (QueryParam "alt" AltJSON :> Get '[JSON] CountriesListResponse))))) Source #

A resource alias for dfareporting.countries.list method which the CountriesList request conforms to.

Creating a Request

countriesList Source #

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

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

data CountriesList Source #

Retrieves a list of countries.

See: countriesList smart constructor.

Instances
Eq CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

Data CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

Methods

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

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

toConstr :: CountriesList -> Constr #

dataTypeOf :: CountriesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

Generic CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

Associated Types

type Rep CountriesList :: Type -> Type #

GoogleRequest CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

Associated Types

type Rs CountriesList :: Type #

type Scopes CountriesList :: [Symbol] #

type Rep CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

type Rep CountriesList = D1 (MetaData "CountriesList" "Network.Google.Resource.DFAReporting.Countries.List" "gogol-dfareporting-0.5.0-H2nEimqYPoYBpPsdI4WnkF" True) (C1 (MetaCons "CountriesList'" PrefixI True) (S1 (MetaSel (Just "_couProFileId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int64))))
type Scopes CountriesList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Countries.List

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

Defined in Network.Google.Resource.DFAReporting.Countries.List

Request Lenses

couProFileId :: Lens' CountriesList Int64 Source #

User profile ID associated with this request.