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

Contents

Description

Return metadata for a particular layer.

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

Synopsis

REST Resource

type LayersGetResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> (QueryParam "version" LayersGetVersion :> (QueryParam "alt" AltJSON :> Get `[JSON]` Layer))))) Source

A resource alias for mapsengine.layers.get method which the LayersGet request conforms to.

Creating a Request

layersGet Source

Arguments

:: Text

lgId

-> LayersGet 

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

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

data LayersGet Source

Return metadata for a particular layer.

See: layersGet smart constructor.

Request Lenses

lgVersion :: Lens' LayersGet (Maybe LayersGetVersion) Source

Deprecated: The version parameter indicates which version of the layer should be returned. When version is set to published, the published version of the layer will be returned. Please use the layers.getPublished endpoint instead.

lgId :: Lens' LayersGet Text Source

The ID of the layer.