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

Contents

Description

Retrieves a specific task by its ID.

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

Synopsis

REST Resource

type TaskGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (Capture "taskId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Task)))))) Source

A resource alias for fusiontables.task.get method which the TaskGet request conforms to.

Creating a Request

taskGet Source

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

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

data TaskGet Source

Retrieves a specific task by its ID.

See: taskGet smart constructor.

Request Lenses

tggTaskId :: Lens' TaskGet Text Source

The identifier of the task to get.

tggTableId :: Lens' TaskGet Text Source

Table to which the task belongs.