gogol-maps-engine-0.0.1: Google Maps Engine SDK.

Copyright(c) 2015 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.Get

Contents

Description

Return metadata for a particular raster collection.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.get.

Synopsis

REST Resource

type RasterCollectionsGetResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` RasterCollection)))) Source

A resource alias for mapsengine.rasterCollections.get method which the RasterCollectionsGet request conforms to.

Creating a Request

rasterCollectionsGet Source

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

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

Request Lenses

rcgId :: Lens' RasterCollectionsGet Text Source

The ID of the raster collection.