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.Tables.Create

Contents

Description

Create a table asset.

See: Google Maps Engine API Reference for mapsengine.tables.create.

Synopsis

REST Resource

type TablesCreateResource = "mapsengine" :> ("v1" :> ("tables" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Table :> Post `[JSON]` Table)))) Source

A resource alias for mapsengine.tables.create method which the TablesCreate request conforms to.

Creating a Request

tablesCreate Source

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

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

Request Lenses

tcPayload :: Lens' TablesCreate Table Source

Multipart request metadata.