gogol-fusiontables-0.0.1: Google Fusion Tables 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.FusionTables.Template.Patch

Contents

Description

Updates an existing template. This method supports patch semantics.

See: Fusion Tables API Reference for fusiontables.template.patch.

Synopsis

REST Resource

type TemplatePatchResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("templates" :> (Capture "templateId" (Textual Int32) :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Template :> Patch `[JSON]` Template))))))) Source

A resource alias for fusiontables.template.patch method which the TemplatePatch request conforms to.

Creating a Request

templatePatch Source

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

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

data TemplatePatch Source

Updates an existing template. This method supports patch semantics.

See: templatePatch smart constructor.

Request Lenses

tppTemplateId :: Lens' TemplatePatch Int32 Source

Identifier for the template that is being updated

tppPayload :: Lens' TemplatePatch Template Source

Multipart request metadata.

tppTableId :: Lens' TemplatePatch Text Source

Table to which the updated template belongs