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

Contents

Description

Gets a specific style.

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

Synopsis

REST Resource

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

A resource alias for fusiontables.style.get method which the StyleGet request conforms to.

Creating a Request

styleGet Source

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

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

Request Lenses

sgStyleId :: Lens' StyleGet Int32 Source

Identifier (integer) for a specific style in a table

sgTableId :: Lens' StyleGet Text Source

Table to which the requested style belongs