gogol-fusiontables-0.4.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 # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

Data StyleDelete Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

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 # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

Generic StyleDelete Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

Associated Types

type Rep StyleDelete :: Type -> Type #

GoogleRequest StyleDelete Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

Associated Types

type Rs StyleDelete :: Type #

type Scopes StyleDelete :: [Symbol] #

type Rep StyleDelete Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

type Rep StyleDelete = D1 (MetaData "StyleDelete" "Network.Google.Resource.FusionTables.Style.Delete" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "StyleDelete'" PrefixI True) (S1 (MetaSel (Just "_sdStyleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)) :*: S1 (MetaSel (Just "_sdTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes StyleDelete Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

type Scopes StyleDelete = "https://www.googleapis.com/auth/fusiontables" ': ([] :: [Symbol])
type Rs StyleDelete Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Delete

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