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.Style.Delete
Description
Deletes a style.
See: Fusion Tables API Reference for fusiontables.style.delete
.
- type StyleDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))
- styleDelete :: Int32 -> Text -> StyleDelete
- data StyleDelete
- sdStyleId :: Lens' StyleDelete Int32
- sdTableId :: Lens' StyleDelete Text
REST Resource
type StyleDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) #
A resource alias for fusiontables.style.delete
method which the
StyleDelete
request conforms to.
Creating a Request
Arguments
:: Int32 | |
-> Text | |
-> StyleDelete |
Creates a value of StyleDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StyleDelete #
Deletes a style.
See: styleDelete
smart constructor.
Instances
Eq StyleDelete # | |
Data StyleDelete # | |
Show StyleDelete # | |
Generic StyleDelete # | |
GoogleRequest StyleDelete # | |
type Rep StyleDelete # | |
type Scopes StyleDelete # | |
type Rs StyleDelete # | |
Request Lenses
sdStyleId :: Lens' StyleDelete Int32 #
Identifier (within a table) for the style being deleted
sdTableId :: Lens' StyleDelete Text #
Table from which the style is being deleted