| 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 |
Network.Google.Resource.MapsEngine.RasterCollections.Patch
Description
Mutate a raster collection asset.
See: Google Maps Engine API Reference for mapsengine.rasterCollections.patch.
- type RasterCollectionsPatchResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollection :> Patch '[JSON] ())))))
- rasterCollectionsPatch :: RasterCollection -> Text -> RasterCollectionsPatch
- data RasterCollectionsPatch
- rasPayload :: Lens' RasterCollectionsPatch RasterCollection
- rasId :: Lens' RasterCollectionsPatch Text
REST Resource
type RasterCollectionsPatchResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollection :> Patch '[JSON] ()))))) Source #
A resource alias for mapsengine.rasterCollections.patch method which the
RasterCollectionsPatch request conforms to.
Creating a Request
rasterCollectionsPatch Source #
Arguments
| :: RasterCollection | |
| -> Text | |
| -> RasterCollectionsPatch |
Creates a value of RasterCollectionsPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RasterCollectionsPatch Source #
Mutate a raster collection asset.
See: rasterCollectionsPatch smart constructor.
Instances
Request Lenses
rasPayload :: Lens' RasterCollectionsPatch RasterCollection Source #
Multipart request metadata.