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

Contents

Description

Gets one creative group by ID.

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

Synopsis

REST Resource

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

A resource alias for dfareporting.creativeGroups.get method which the CreativeGroupsGet request conforms to.

Creating a Request

creativeGroupsGet Source #

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

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

data CreativeGroupsGet Source #

Gets one creative group by ID.

See: creativeGroupsGet smart constructor.

Instances
Eq CreativeGroupsGet Source # 
Instance details

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

Data CreativeGroupsGet Source # 
Instance details

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

Methods

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

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

toConstr :: CreativeGroupsGet -> Constr #

dataTypeOf :: CreativeGroupsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeGroupsGet Source # 
Instance details

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

Generic CreativeGroupsGet Source # 
Instance details

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

Associated Types

type Rep CreativeGroupsGet :: Type -> Type #

GoogleRequest CreativeGroupsGet Source # 
Instance details

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

Associated Types

type Rs CreativeGroupsGet :: Type #

type Scopes CreativeGroupsGet :: [Symbol] #

type Rep CreativeGroupsGet Source # 
Instance details

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

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

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

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

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

Request Lenses

cgggProFileId :: Lens' CreativeGroupsGet Int64 Source #

User profile ID associated with this request.