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

Contents

Description

Updates an existing template

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

Synopsis

REST Resource

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

A resource alias for fusiontables.template.update method which the TemplateUpdate request conforms to.

Creating a Request

templateUpdate Source

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

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

Request Lenses

tuTemplateId :: Lens' TemplateUpdate Int32 Source

Identifier for the template that is being updated

tuPayload :: Lens' TemplateUpdate Template Source

Multipart request metadata.

tuTableId :: Lens' TemplateUpdate Text Source

Table to which the updated template belongs