gogol-maps-engine-0.0.1: Google Maps Engine SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.MapsEngine.Rasters.Process

Contents

Description

Process a raster asset.

See: Google Maps Engine API Reference for mapsengine.rasters.process.

Synopsis

REST Resource

type RastersProcessResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> ("process" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ProcessResponse))))) Source

A resource alias for mapsengine.rasters.process method which the RastersProcess request conforms to.

Creating a Request

rastersProcess Source

Arguments

:: Text

rpId

-> RastersProcess 

Creates a value of RastersProcess with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

rpId :: Lens' RastersProcess Text Source

The ID of the raster.