gogol-maps-engine-0.3.0: Google Maps Engine 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.MapsEngine.Tables.Features.BatchDelete

Contents

Description

Delete all features matching the given IDs.

See: Google Maps Engine API Reference for mapsengine.tables.features.batchDelete.

Synopsis

REST Resource

type TablesFeaturesBatchDeleteResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("features" :> ("batchDelete" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] FeaturesBatchDeleteRequest :> Post '[JSON] ()))))))) Source #

A resource alias for mapsengine.tables.features.batchDelete method which the TablesFeaturesBatchDelete request conforms to.

Creating a Request

tablesFeaturesBatchDelete Source #

Creates a value of TablesFeaturesBatchDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data TablesFeaturesBatchDelete Source #

Delete all features matching the given IDs.

See: tablesFeaturesBatchDelete smart constructor.

Instances

Eq TablesFeaturesBatchDelete Source # 
Data TablesFeaturesBatchDelete Source # 

Methods

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

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

toConstr :: TablesFeaturesBatchDelete -> Constr #

dataTypeOf :: TablesFeaturesBatchDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesFeaturesBatchDelete Source # 
Generic TablesFeaturesBatchDelete Source # 
GoogleRequest TablesFeaturesBatchDelete Source # 
type Rep TablesFeaturesBatchDelete Source # 
type Rep TablesFeaturesBatchDelete = D1 (MetaData "TablesFeaturesBatchDelete" "Network.Google.Resource.MapsEngine.Tables.Features.BatchDelete" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" False) (C1 (MetaCons "TablesFeaturesBatchDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tfbdPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FeaturesBatchDeleteRequest)) (S1 (MetaSel (Just Symbol "_tfbdId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TablesFeaturesBatchDelete Source # 
type Scopes TablesFeaturesBatchDelete = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs TablesFeaturesBatchDelete Source # 

Request Lenses

tfbdId :: Lens' TablesFeaturesBatchDelete Text Source #

The ID of the table that contains the features to be deleted.