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.List

Contents

Description

Retrieves a list of platform types.

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

Synopsis

REST Resource

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

A resource alias for dfareporting.platformTypes.list method which the PlatformTypesList request conforms to.

Creating a Request

platformTypesList Source #

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

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

data PlatformTypesList Source #

Retrieves a list of platform types.

See: platformTypesList smart constructor.

Instances
Eq PlatformTypesList Source # 
Instance details

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

Data PlatformTypesList Source # 
Instance details

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

Methods

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

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

toConstr :: PlatformTypesList -> Constr #

dataTypeOf :: PlatformTypesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlatformTypesList Source # 
Instance details

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

Generic PlatformTypesList Source # 
Instance details

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

Associated Types

type Rep PlatformTypesList :: Type -> Type #

GoogleRequest PlatformTypesList Source # 
Instance details

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

Associated Types

type Rs PlatformTypesList :: Type #

type Scopes PlatformTypesList :: [Symbol] #

type Rep PlatformTypesList Source # 
Instance details

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

type Rep PlatformTypesList = D1 (MetaData "PlatformTypesList" "Network.Google.Resource.DFAReporting.PlatformTypes.List" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" True) (C1 (MetaCons "PlatformTypesList'" PrefixI True) (S1 (MetaSel (Just "_ptlProFileId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int64))))
type Scopes PlatformTypesList Source # 
Instance details

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

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

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

Request Lenses

ptlProFileId :: Lens' PlatformTypesList Int64 Source #

User profile ID associated with this request.