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

Contents

Description

Return a single feature, given its ID.

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

Synopsis

REST Resource

type TablesFeaturesGetResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "tableId" Text :> ("features" :> (Capture "id" Text :> (QueryParam "version" TablesFeaturesGetVersion :> (QueryParam "select" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Feature)))))))) Source

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

Creating a Request

tablesFeaturesGet Source

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

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

Request Lenses

tfgVersion :: Lens' TablesFeaturesGet (Maybe TablesFeaturesGetVersion) Source

The table version to access. See Accessing Public Data for information.

tfgId :: Lens' TablesFeaturesGet Text Source

The ID of the feature to get.

tfgSelect :: Lens' TablesFeaturesGet (Maybe Text) Source

A SQL-like projection clause used to specify returned properties. If this parameter is not included, all properties are returned.