Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Delete a raster collection.
See: Google Maps Engine API Reference for mapsengine.rasterCollections.delete
.
- type RasterCollectionsDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- rasterCollectionsDelete :: Text -> RasterCollectionsDelete
- data RasterCollectionsDelete
- rcdId :: Lens' RasterCollectionsDelete Text
REST Resource
type RasterCollectionsDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for mapsengine.rasterCollections.delete
method which the
RasterCollectionsDelete
request conforms to.
Creating a Request
rasterCollectionsDelete Source #
Creates a value of RasterCollectionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RasterCollectionsDelete Source #
Delete a raster collection.
See: rasterCollectionsDelete
smart constructor.