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

Contents

Description

Adds a new style for the table.

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

Synopsis

REST Resource

type StyleInsertResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` StyleSetting :> Post `[JSON]` StyleSetting)))))) Source

A resource alias for fusiontables.style.insert method which the StyleInsert request conforms to.

Creating a Request

styleInsert Source

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

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

Request Lenses

siPayload :: Lens' StyleInsert StyleSetting Source

Multipart request metadata.

siTableId :: Lens' StyleInsert Text Source

Table for which a new style is being added