gogol-fusiontables-0.1.0: Google Fusion Tables SDK.

Copyright(c) 2015-2016 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.Style.Delete

Contents

Description

Deletes a style.

See: Fusion Tables API Reference for fusiontables.style.delete.

Synopsis

REST Resource

type StyleDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #

A resource alias for fusiontables.style.delete method which the StyleDelete request conforms to.

Creating a Request

styleDelete Source #

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 Source #

Deletes a style.

See: styleDelete smart constructor.

Instances

Eq StyleDelete Source # 
Data StyleDelete Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StyleDelete -> c StyleDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StyleDelete #

toConstr :: StyleDelete -> Constr #

dataTypeOf :: StyleDelete -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StyleDelete) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StyleDelete) #

gmapT :: (forall b. Data b => b -> b) -> StyleDelete -> StyleDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StyleDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StyleDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> StyleDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StyleDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StyleDelete -> m StyleDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StyleDelete -> m StyleDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StyleDelete -> m StyleDelete #

Show StyleDelete Source # 
Generic StyleDelete Source # 

Associated Types

type Rep StyleDelete :: * -> * #

GoogleRequest StyleDelete Source # 

Associated Types

type Rs StyleDelete :: * #

type Scopes StyleDelete :: [Symbol] #

type Rep StyleDelete Source # 
type Rep StyleDelete = D1 (MetaData "StyleDelete" "Network.Google.Resource.FusionTables.Style.Delete" "gogol-fusiontables-0.1.0-ITZn20TKSYXAHDvdGiCf6R" False) (C1 (MetaCons "StyleDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sdStyleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32))) (S1 (MetaSel (Just Symbol "_sdTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes StyleDelete Source # 
type Scopes StyleDelete = (:) Symbol "https://www.googleapis.com/auth/fusiontables" ([] Symbol)
type Rs StyleDelete Source # 
type Rs StyleDelete = ()

Request Lenses

sdStyleId :: Lens' StyleDelete Int32 Source #

Identifier (within a table) for the style being deleted

sdTableId :: Lens' StyleDelete Text Source #

Table from which the style is being deleted