| Copyright | (c) 2015 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.Layers.UnPublish
Description
Unpublish a layer asset.
See: Google Maps Engine API Reference for mapsengine.layers.unpublish.
- type LayersUnPublishResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("unpublish" :> (QueryParam "alt" AltJSON :> Post `[JSON]` PublishResponse)))))
- layersUnPublish :: Text -> LayersUnPublish
- data LayersUnPublish
- lupId :: Lens' LayersUnPublish Text
REST Resource
type LayersUnPublishResource = "mapsengine" :> ("v1" :> ("layers" :> (Capture "id" Text :> ("unpublish" :> (QueryParam "alt" AltJSON :> Post `[JSON]` PublishResponse))))) Source
A resource alias for mapsengine.layers.unpublish method which the
LayersUnPublish request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> LayersUnPublish |
Creates a value of LayersUnPublish with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LayersUnPublish Source
Unpublish a layer asset.
See: layersUnPublish smart constructor.
Request Lenses
lupId :: Lens' LayersUnPublish Text Source
The ID of the layer.