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

Contents

Description

Retrieves a specific column by its ID.

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

Synopsis

REST Resource

type ColumnGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("columns" :> (Capture "columnId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Column)))))) Source

A resource alias for fusiontables.column.get method which the ColumnGet request conforms to.

Creating a Request

columnGet Source

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

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

data ColumnGet Source

Retrieves a specific column by its ID.

See: columnGet smart constructor.

Request Lenses

cgTableId :: Lens' ColumnGet Text Source

Table to which the column belongs.

cgColumnId :: Lens' ColumnGet Text Source

Name or identifier for the column that is being requested.