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

Copyright(c) 2015-2016 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.Maps.Permissions.List

Contents

Description

Return all of the permissions for the specified asset.

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

Synopsis

REST Resource

type MapsPermissionsListResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> ("permissions" :> (QueryParam "alt" AltJSON :> Get '[JSON] PermissionsListResponse))))) Source #

A resource alias for mapsengine.maps.permissions.list method which the MapsPermissionsList request conforms to.

Creating a Request

mapsPermissionsList Source #

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

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

data MapsPermissionsList Source #

Return all of the permissions for the specified asset.

See: mapsPermissionsList smart constructor.

Instances

Eq MapsPermissionsList Source # 
Data MapsPermissionsList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MapsPermissionsList -> c MapsPermissionsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MapsPermissionsList #

toConstr :: MapsPermissionsList -> Constr #

dataTypeOf :: MapsPermissionsList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MapsPermissionsList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MapsPermissionsList) #

gmapT :: (forall b. Data b => b -> b) -> MapsPermissionsList -> MapsPermissionsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MapsPermissionsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MapsPermissionsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> MapsPermissionsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MapsPermissionsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MapsPermissionsList -> m MapsPermissionsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MapsPermissionsList -> m MapsPermissionsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MapsPermissionsList -> m MapsPermissionsList #

Show MapsPermissionsList Source # 
Generic MapsPermissionsList Source # 
GoogleRequest MapsPermissionsList Source # 
type Rep MapsPermissionsList Source # 
type Rep MapsPermissionsList = D1 (MetaData "MapsPermissionsList" "Network.Google.Resource.MapsEngine.Maps.Permissions.List" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" True) (C1 (MetaCons "MapsPermissionsList'" PrefixI True) (S1 (MetaSel (Just Symbol "_mplId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes MapsPermissionsList Source # 
type Scopes MapsPermissionsList = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs MapsPermissionsList Source # 

Request Lenses

mplId :: Lens' MapsPermissionsList Text Source #

The ID of the asset whose permissions will be listed.