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.RasterCollections.Permissions.BatchDelete

Contents

Description

Remove permission entries from an already existing asset.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.rasterCollections.permissions.batchDelete method which the RasterCollectionsPermissionsBatchDelete request conforms to.

Creating a Request

rasterCollectionsPermissionsBatchDelete Source #

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

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

data RasterCollectionsPermissionsBatchDelete Source #

Remove permission entries from an already existing asset.

See: rasterCollectionsPermissionsBatchDelete smart constructor.

Instances

Eq RasterCollectionsPermissionsBatchDelete Source # 
Data RasterCollectionsPermissionsBatchDelete Source # 

Methods

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

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

toConstr :: RasterCollectionsPermissionsBatchDelete -> Constr #

dataTypeOf :: RasterCollectionsPermissionsBatchDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

rcpbdId :: Lens' RasterCollectionsPermissionsBatchDelete Text Source #

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