| 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.Maps.UnPublish
Description
Unpublish a map asset.
See: Google Maps Engine API Reference for mapsengine.maps.unpublish.
- type MapsUnPublishResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> ("unpublish" :> (QueryParam "alt" AltJSON :> Post '[JSON] PublishResponse)))))
- mapsUnPublish :: Text -> MapsUnPublish
- data MapsUnPublish
- mupId :: Lens' MapsUnPublish Text
REST Resource
type MapsUnPublishResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> ("unpublish" :> (QueryParam "alt" AltJSON :> Post '[JSON] PublishResponse))))) Source #
A resource alias for mapsengine.maps.unpublish method which the
MapsUnPublish request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> MapsUnPublish |
Creates a value of MapsUnPublish with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired: