| 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.Assets.Get
Description
Return metadata for a particular asset.
See: Google Maps Engine API Reference for mapsengine.assets.get.
REST Resource
type AssetsGetResource = "mapsengine" :> ("v1" :> ("assets" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Asset)))) Source #
A resource alias for mapsengine.assets.get method which the
AssetsGet request conforms to.
Creating a Request
Return metadata for a particular asset.
See: assetsGet smart constructor.