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

Contents

Description

Updates the name or type of an existing column.

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

Synopsis

REST Resource

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

A resource alias for fusiontables.column.update method which the ColumnUpdate request conforms to.

Creating a Request

columnUpdate Source

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

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

Request Lenses

cuPayload :: Lens' ColumnUpdate Column Source

Multipart request metadata.

cuTableId :: Lens' ColumnUpdate Text Source

Table for which the column is being updated.

cuColumnId :: Lens' ColumnUpdate Text Source

Name or identifier for the column that is being updated.