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

Contents

Description

Mutate a layer asset.

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

Synopsis

REST Resource

type LayersPatchResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Layer :> Patch `[JSON]` ()))))) Source

A resource alias for mapsengine.layers.patch method which the LayersPatch request conforms to.

Creating a Request

layersPatch Source

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

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

Request Lenses

lppPayload :: Lens' LayersPatch Layer Source

Multipart request metadata.

lppId :: Lens' LayersPatch Text Source

The ID of the layer.