gogol-dfareporting-0.4.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.PlatformTypes.Get

Contents

Description

Gets one platform type by ID.

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

Synopsis

REST Resource

type PlatformTypesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("platformTypes" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PlatformType)))))) Source #

A resource alias for dfareporting.platformTypes.get method which the PlatformTypesGet request conforms to.

Creating a Request

platformTypesGet Source #

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

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

data PlatformTypesGet Source #

Gets one platform type by ID.

See: platformTypesGet smart constructor.

Instances
Eq PlatformTypesGet Source # 
Instance details

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

Data PlatformTypesGet Source # 
Instance details

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

Methods

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

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

toConstr :: PlatformTypesGet -> Constr #

dataTypeOf :: PlatformTypesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlatformTypesGet Source # 
Instance details

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

Generic PlatformTypesGet Source # 
Instance details

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

Associated Types

type Rep PlatformTypesGet :: Type -> Type #

GoogleRequest PlatformTypesGet Source # 
Instance details

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

Associated Types

type Rs PlatformTypesGet :: Type #

type Scopes PlatformTypesGet :: [Symbol] #

type Rep PlatformTypesGet Source # 
Instance details

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

type Rep PlatformTypesGet = D1 (MetaData "PlatformTypesGet" "Network.Google.Resource.DFAReporting.PlatformTypes.Get" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "PlatformTypesGet'" PrefixI True) (S1 (MetaSel (Just "_ptgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_ptgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))
type Scopes PlatformTypesGet Source # 
Instance details

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

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

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

Request Lenses

ptgProFileId :: Lens' PlatformTypesGet Int64 Source #

User profile ID associated with this request.