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.Permissions.List

Contents

Description

Return all of the permissions for the specified asset.

See: Google Maps Engine API Reference for mapsengine.assets.permissions.list.

Synopsis

REST Resource

type AssetsPermissionsListResource = "mapsengine" :> ("v1" :> ("assets" :> (Capture "id" Text :> ("permissions" :> (QueryParam "alt" AltJSON :> Get `[JSON]` PermissionsListResponse))))) Source

A resource alias for mapsengine.assets.permissions.list method which the AssetsPermissionsList request conforms to.

Creating a Request

assetsPermissionsList Source

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

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

Request Lenses

assId :: Lens' AssetsPermissionsList Text Source

The ID of the asset whose permissions will be listed.