gogol-maps-engine-0.0.1: Google Maps Engine 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.MapsEngine.Tables.Get

Contents

Description

Return metadata for a particular table, including the schema.

See: Google Maps Engine API Reference for mapsengine.tables.get.

Synopsis

REST Resource

type TablesGetResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> (QueryParam "version" TablesGetVersion :> (QueryParam "alt" AltJSON :> Get `[JSON]` Table))))) Source

A resource alias for mapsengine.tables.get method which the TablesGet request conforms to.

Creating a Request

tablesGet Source

Arguments

:: Text

tgId

-> TablesGet 

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

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

data TablesGet Source

Return metadata for a particular table, including the schema.

See: tablesGet smart constructor.

Request Lenses

tgId :: Lens' TablesGet Text Source

The ID of the table.