| 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.Layers.Process
Description
Process a layer asset.
See: Google Maps Engine API Reference for mapsengine.layers.process.
- type LayersProcessResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("process" :> (QueryParam "alt" AltJSON :> Post '[JSON] ProcessResponse)))))
- layersProcess :: Text -> LayersProcess
- data LayersProcess
- lpsId :: Lens' LayersProcess Text
REST Resource
type LayersProcessResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("process" :> (QueryParam "alt" AltJSON :> Post '[JSON] ProcessResponse))))) Source #
A resource alias for mapsengine.layers.process method which the
LayersProcess request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> LayersProcess |
Creates a value of LayersProcess with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired: