| Copyright | (c) 2015 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.CancelProcessing
Description
Cancel processing on a layer asset.
See: Google Maps Engine API Reference for mapsengine.layers.cancelProcessing.
- type LayersCancelProcessingResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("cancelProcessing" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ProcessResponse)))))
- layersCancelProcessing :: Text -> LayersCancelProcessing
- data LayersCancelProcessing
- lcpId :: Lens' LayersCancelProcessing Text
REST Resource
type LayersCancelProcessingResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("cancelProcessing" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ProcessResponse))))) Source
A resource alias for mapsengine.layers.cancelProcessing method which the
LayersCancelProcessing request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> LayersCancelProcessing |
Creates a value of LayersCancelProcessing with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LayersCancelProcessing Source
Cancel processing on a layer asset.
See: layersCancelProcessing smart constructor.
Request Lenses
lcpId :: Lens' LayersCancelProcessing Text Source
The ID of the layer.