| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.FusionTables.Table.Copy
Description
Copies a table.
See: Fusion Tables API Reference for fusiontables.table.copy.
- type TableCopyResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("copy" :> (QueryParam "copyPresentation" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] Table))))))
- tableCopy :: Text -> TableCopy
- data TableCopy
- tcTableId :: Lens' TableCopy Text
- tcCopyPresentation :: Lens' TableCopy (Maybe Bool)
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
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:
Copies a table.
See: tableCopy smart constructor.