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

Contents

Description

Updates an existing style.

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

Synopsis

REST Resource

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

A resource alias for fusiontables.style.update method which the StyleUpdate request conforms to.

Creating a Request

styleUpdate Source

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

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

Request Lenses

suPayload :: Lens' StyleUpdate StyleSetting Source

Multipart request metadata.

suStyleId :: Lens' StyleUpdate Int32 Source

Identifier (within a table) for the style being updated.

suTableId :: Lens' StyleUpdate Text Source

Table whose style is being updated.