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

Contents

Description

Gets one connection type by ID.

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

Synopsis

REST Resource

type ConnectionTypesGetResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("connectionTypes" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] ConnectionType)))))) Source #

A resource alias for dfareporting.connectionTypes.get method which the ConnectionTypesGet request conforms to.

Creating a Request

connectionTypesGet Source #

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

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

data ConnectionTypesGet Source #

Gets one connection type by ID.

See: connectionTypesGet smart constructor.

Instances

Eq ConnectionTypesGet Source # 
Data ConnectionTypesGet Source # 

Methods

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

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

toConstr :: ConnectionTypesGet -> Constr #

dataTypeOf :: ConnectionTypesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ConnectionTypesGet Source # 
Generic ConnectionTypesGet Source # 
GoogleRequest ConnectionTypesGet Source # 
type Rep ConnectionTypesGet Source # 
type Rep ConnectionTypesGet = D1 (MetaData "ConnectionTypesGet" "Network.Google.Resource.DFAReporting.ConnectionTypes.Get" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" False) (C1 (MetaCons "ConnectionTypesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ctgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_ctgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes ConnectionTypesGet Source # 
type Scopes ConnectionTypesGet = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs ConnectionTypesGet Source # 

Request Lenses

ctgProFileId :: Lens' ConnectionTypesGet Int64 Source #

User profile ID associated with this request.

ctgId :: Lens' ConnectionTypesGet Int64 Source #

Connection type ID.