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

Contents

Description

Lists files for a user profile.

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

Synopsis

REST Resource

type FilesListResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("files" :> (QueryParam "sortOrder" FilesListSortOrder :> (QueryParam "scope" FilesListScope :> (QueryParam "pageToken" Text :> (QueryParam "sortField" FilesListSortField :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] FileList)))))))))) Source #

A resource alias for dfareporting.files.list method which the FilesList request conforms to.

Creating a Request

filesList Source #

Arguments

:: Int64

flProFileId

-> FilesList 

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

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

data FilesList Source #

Lists files for a user profile.

See: filesList smart constructor.

Instances
Eq FilesList Source # 
Instance details

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

Data FilesList Source # 
Instance details

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

Methods

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

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

toConstr :: FilesList -> Constr #

dataTypeOf :: FilesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FilesList Source # 
Instance details

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

Generic FilesList Source # 
Instance details

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

Associated Types

type Rep FilesList :: Type -> Type #

GoogleRequest FilesList Source # 
Instance details

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

Associated Types

type Rs FilesList :: Type #

type Scopes FilesList :: [Symbol] #

type Rep FilesList Source # 
Instance details

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

type Scopes FilesList Source # 
Instance details

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

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

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

Request Lenses

flProFileId :: Lens' FilesList Int64 Source #

The DFA profile ID.

flScope :: Lens' FilesList FilesListScope Source #

The scope that defines which results are returned.

flPageToken :: Lens' FilesList (Maybe Text) Source #

The value of the nextToken from the previous result page.

flSortField :: Lens' FilesList FilesListSortField Source #

The field by which to sort the list.

flMaxResults :: Lens' FilesList Int32 Source #

Maximum number of results to return.