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