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

Contents

Description

Deletes a style.

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

Synopsis

REST Resource

type StyleDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for fusiontables.style.delete method which the StyleDelete request conforms to.

Creating a Request

styleDelete Source

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

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

Request Lenses

sdStyleId :: Lens' StyleDelete Int32 Source

Identifier (within a table) for the style being deleted

sdTableId :: Lens' StyleDelete Text Source

Table from which the style is being deleted