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

Contents

Description

Deletes the specified column.

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

Synopsis

REST Resource

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

A resource alias for fusiontables.column.delete method which the ColumnDelete request conforms to.

Creating a Request

columnDelete Source

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

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

Request Lenses

cdTableId :: Lens' ColumnDelete Text Source

Table from which the column is being deleted.

cdColumnId :: Lens' ColumnDelete Text Source

Name or identifier for the column being deleted.