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.Patch

Contents

Description

Mutate a table asset.

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

Synopsis

REST Resource

type TablesPatchResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Table :> Patch `[JSON]` ()))))) Source

A resource alias for mapsengine.tables.patch method which the TablesPatch request conforms to.

Creating a Request

tablesPatch Source

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

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

Request Lenses

tpPayload :: Lens' TablesPatch Table Source

Multipart request metadata.

tpId :: Lens' TablesPatch Text Source

The ID of the table.