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

Contents

Description

Return the published metadata for a particular layer.

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

Synopsis

REST Resource

type LayersGetPublishedResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("published" :> (QueryParam "alt" AltJSON :> Get `[JSON]` PublishedLayer))))) Source

A resource alias for mapsengine.layers.getPublished method which the LayersGetPublished request conforms to.

Creating a Request

layersGetPublished Source

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

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

Request Lenses

lgpId :: Lens' LayersGetPublished Text Source

The ID of the layer.