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

Contents

Description

Updates an existing style. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for fusiontables.style.patch method which the StylePatch request conforms to.

Creating a Request

stylePatch Source

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

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

data StylePatch Source

Updates an existing style. This method supports patch semantics.

See: stylePatch smart constructor.

Request Lenses

spPayload :: Lens' StylePatch StyleSetting Source

Multipart request metadata.

spStyleId :: Lens' StylePatch Int32 Source

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

spTableId :: Lens' StylePatch Text Source

Table whose style is being updated.