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

Contents

Description

Mutate a map asset.

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

Synopsis

REST Resource

type MapsPatchResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Map :> Patch `[JSON]` ()))))) Source

A resource alias for mapsengine.maps.patch method which the MapsPatch request conforms to.

Creating a Request

mapsPatch Source

Arguments

:: Map

mpPayload

-> Text

mpId

-> MapsPatch 

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

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

Request Lenses

mpPayload :: Lens' MapsPatch Map Source

Multipart request metadata.

mpId :: Lens' MapsPatch Text Source

The ID of the map.