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

Contents

Description

Gets one account user profile by ID.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.accountUserProfiles.get.

Synopsis

REST Resource

type AccountUserProFilesGetResource = "dfareporting" :> ("v3.3" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("accountUserProfiles" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountUserProFile)))))) Source #

A resource alias for dfareporting.accountUserProfiles.get method which the AccountUserProFilesGet request conforms to.

Creating a Request

accountUserProFilesGet Source #

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

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

data AccountUserProFilesGet Source #

Gets one account user profile by ID.

See: accountUserProFilesGet smart constructor.

Instances
Eq AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

Data AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

Methods

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

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

toConstr :: AccountUserProFilesGet -> Constr #

dataTypeOf :: AccountUserProFilesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

Generic AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

Associated Types

type Rep AccountUserProFilesGet :: Type -> Type #

GoogleRequest AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

type Rep AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

type Rep AccountUserProFilesGet = D1 (MetaData "AccountUserProFilesGet" "Network.Google.Resource.DFAReporting.AccountUserProFiles.Get" "gogol-dfareporting-0.5.0-H2nEimqYPoYBpPsdI4WnkF" False) (C1 (MetaCons "AccountUserProFilesGet'" PrefixI True) (S1 (MetaSel (Just "_aupfgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_aupfgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))
type Scopes AccountUserProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

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

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Get

Request Lenses

aupfgProFileId :: Lens' AccountUserProFilesGet Int64 Source #

User profile ID associated with this request.