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

Contents

Description

Lists available video formats.

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

Synopsis

REST Resource

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

A resource alias for dfareporting.videoFormats.list method which the VideoFormatsList request conforms to.

Creating a Request

videoFormatsList Source #

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

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

data VideoFormatsList Source #

Lists available video formats.

See: videoFormatsList smart constructor.

Instances
Eq VideoFormatsList Source # 
Instance details

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

Data VideoFormatsList Source # 
Instance details

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

Methods

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

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

toConstr :: VideoFormatsList -> Constr #

dataTypeOf :: VideoFormatsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VideoFormatsList Source # 
Instance details

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

Generic VideoFormatsList Source # 
Instance details

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

Associated Types

type Rep VideoFormatsList :: Type -> Type #

GoogleRequest VideoFormatsList Source # 
Instance details

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

Associated Types

type Rs VideoFormatsList :: Type #

type Scopes VideoFormatsList :: [Symbol] #

type Rep VideoFormatsList Source # 
Instance details

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

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

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

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

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

Request Lenses

vflProFileId :: Lens' VideoFormatsList Int64 Source #

User profile ID associated with this request.