gogol-maps-engine-0.1.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.Permissions.BatchDelete

Contents

Description

Remove permission entries from an already existing asset.

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

Synopsis

REST Resource

type TablesPermissionsBatchDeleteResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("permissions" :> ("batchDelete" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PermissionsBatchDeleteRequest :> Post '[JSON] PermissionsBatchDeleteResponse))))))) Source #

A resource alias for mapsengine.tables.permissions.batchDelete method which the TablesPermissionsBatchDelete request conforms to.

Creating a Request

tablesPermissionsBatchDelete Source #

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

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

data TablesPermissionsBatchDelete Source #

Remove permission entries from an already existing asset.

See: tablesPermissionsBatchDelete smart constructor.

Instances

Eq TablesPermissionsBatchDelete Source # 
Data TablesPermissionsBatchDelete Source # 

Methods

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

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

toConstr :: TablesPermissionsBatchDelete -> Constr #

dataTypeOf :: TablesPermissionsBatchDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesPermissionsBatchDelete Source # 
Generic TablesPermissionsBatchDelete Source # 
GoogleRequest TablesPermissionsBatchDelete Source # 
type Rep TablesPermissionsBatchDelete Source # 
type Rep TablesPermissionsBatchDelete = D1 (MetaData "TablesPermissionsBatchDelete" "Network.Google.Resource.MapsEngine.Tables.Permissions.BatchDelete" "gogol-maps-engine-0.1.0-F70npHcNvstDbolC2C6pjB" False) (C1 (MetaCons "TablesPermissionsBatchDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tpbdPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 PermissionsBatchDeleteRequest)) (S1 (MetaSel (Just Symbol "_tpbdId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TablesPermissionsBatchDelete Source # 
type Scopes TablesPermissionsBatchDelete = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs TablesPermissionsBatchDelete Source # 

Request Lenses

tpbdId :: Lens' TablesPermissionsBatchDelete Text Source #

The ID of the asset from which permissions will be removed.