gogol-fusiontables-0.0.1: Google Fusion Tables 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.FusionTables.Task.List

Contents

Description

Retrieves a list of tasks.

See: Fusion Tables API Reference for fusiontables.task.list.

Synopsis

REST Resource

type TaskListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (QueryParam "pageToken" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` TaskList)))))))) Source

A resource alias for fusiontables.task.list method which the TaskList' request conforms to.

Creating a Request

taskList' Source

Arguments

:: Text

tlTableId

-> TaskList' 

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

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

Request Lenses

tlPageToken :: Lens' TaskList' (Maybe Text) Source

Continuation token specifying which result page to return.

tlTableId :: Lens' TaskList' Text Source

Table whose tasks are being listed.

tlStartIndex :: Lens' TaskList' (Maybe Word32) Source

Index of the first result returned in the current page.

tlMaxResults :: Lens' TaskList' (Maybe Word32) Source

Maximum number of tasks to return. Default is 5.