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.Assets.Get

Contents

Description

Return metadata for a particular asset.

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

Synopsis

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

assetsGet Source

Arguments

:: Text

agId

-> AssetsGet 

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

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

data AssetsGet Source

Return metadata for a particular asset.

See: assetsGet smart constructor.

Request Lenses

agId :: Lens' AssetsGet Text Source

The ID of the asset.