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.Table.Copy

Contents

Description

Copies a table.

See: Fusion Tables API Reference for fusiontables.table.copy.

Synopsis

REST Resource

type TableCopyResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("copy" :> (QueryParam "copyPresentation" Bool :> (QueryParam "alt" AltJSON :> Post `[JSON]` Table)))))) Source

A resource alias for fusiontables.table.copy method which the TableCopy request conforms to.

Creating a Request

tableCopy Source

Arguments

:: Text

tcTableId

-> TableCopy 

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

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

Request Lenses

tcTableId :: Lens' TableCopy Text Source

ID of the table that is being copied.

tcCopyPresentation :: Lens' TableCopy (Maybe Bool) Source

Whether to also copy tabs, styles, and templates. Default is false.