| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.MapsEngine.RasterCollections.Permissions.BatchDelete
Description
Remove permission entries from an already existing asset.
See: Google Maps Engine API Reference for mapsengine.rasterCollections.permissions.batchDelete.
- type RasterCollectionsPermissionsBatchDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("permissions" :> ("batchDelete" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PermissionsBatchDeleteRequest :> Post '[JSON] PermissionsBatchDeleteResponse)))))))
- rasterCollectionsPermissionsBatchDelete :: PermissionsBatchDeleteRequest -> Text -> RasterCollectionsPermissionsBatchDelete
- data RasterCollectionsPermissionsBatchDelete
- rcpbdPayload :: Lens' RasterCollectionsPermissionsBatchDelete PermissionsBatchDeleteRequest
- rcpbdId :: Lens' RasterCollectionsPermissionsBatchDelete Text
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 #
Arguments
| :: PermissionsBatchDeleteRequest | |
| -> Text | |
| -> RasterCollectionsPermissionsBatchDelete |
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
Request Lenses
rcpbdPayload :: Lens' RasterCollectionsPermissionsBatchDelete PermissionsBatchDeleteRequest Source #
Multipart request metadata.