| 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.Rasters.Patch
Description
Mutate a raster asset.
See: Google Maps Engine API Reference for mapsengine.rasters.patch.
- type RastersPatchResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Raster :> Patch '[JSON] ())))))
- rastersPatch :: Raster -> Text -> RastersPatch
- data RastersPatch
- rppPayload :: Lens' RastersPatch Raster
- rppId :: Lens' RastersPatch Text
REST Resource
type RastersPatchResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Raster :> Patch '[JSON] ()))))) Source #
A resource alias for mapsengine.rasters.patch method which the
RastersPatch request conforms to.
Creating a Request
Arguments
| :: Raster | |
| -> Text | |
| -> RastersPatch |
Creates a value of RastersPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Request Lenses
rppPayload :: Lens' RastersPatch Raster Source #
Multipart request metadata.