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.RasterCollections.Rasters.BatchDelete

Contents

Description

Remove rasters from an existing raster collection. Up to 50 rasters can be included in a single batchDelete request. Each batchDelete request is atomic.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.rasters.batchDelete.

Synopsis

REST Resource

type RasterCollectionsRastersBatchDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("rasters" :> ("batchDelete" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` RasterCollectionsRasterBatchDeleteRequest :> Post `[JSON]` RasterCollectionsRastersBatchDeleteResponse))))))) Source

A resource alias for mapsengine.rasterCollections.rasters.batchDelete method which the RasterCollectionsRastersBatchDelete request conforms to.

Creating a Request

rasterCollectionsRastersBatchDelete Source

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

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

Request Lenses

rcrbdId :: Lens' RasterCollectionsRastersBatchDelete Text Source

The ID of the raster collection to which these rasters belong.