gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking SDK.

Copyright(c) 2015 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" :> ("v2.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:

Request Lenses

flProFileId :: Lens' FilesList Int64 Source

The DFA profile ID.

flSortOrder :: Lens' FilesList FilesListSortOrder Source

Order of sorted results, default is 'DESCENDING'.

flScope :: Lens' FilesList FilesListScope Source

The scope that defines which results are returned, default is 'MINE'.

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 (Maybe Int32) Source

Maximum number of results to return.