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 |
Deletes the specified column.
See: Fusion Tables API Reference for fusiontables.column.delete
.
Synopsis
- type ColumnDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("columns" :> (Capture "columnId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))
- columnDelete :: Text -> Text -> ColumnDelete
- data ColumnDelete
- cdTableId :: Lens' ColumnDelete Text
- cdColumnId :: Lens' ColumnDelete Text
REST Resource
type ColumnDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("columns" :> (Capture "columnId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #
A resource alias for fusiontables.column.delete
method which the
ColumnDelete
request conforms to.
Creating a Request
Creates a value of ColumnDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ColumnDelete Source #
Deletes the specified column.
See: columnDelete
smart constructor.
Instances
Request Lenses
cdColumnId :: Lens' ColumnDelete Text Source #
Name or identifier for the column being deleted.