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

Contents

Description

Unpublish a layer asset.

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

Synopsis

REST Resource

type LayersUnPublishResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("unpublish" :> (QueryParam "alt" AltJSON :> Post `[JSON]` PublishResponse))))) Source

A resource alias for mapsengine.layers.unpublish method which the LayersUnPublish request conforms to.

Creating a Request

layersUnPublish Source

Arguments

:: Text

lupId

-> LayersUnPublish 

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

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

Request Lenses

lupId :: Lens' LayersUnPublish Text Source

The ID of the layer.